gpt4 book ai didi

html - 类的 Css 和 html 问题

转载 作者:太空宇宙 更新时间:2023-11-03 23:40:28 25 4
gpt4 key购买 nike

我正在尝试为学校制作一个关于哥特式大教堂的网站,但无法让 css 类正常工作。我正在尝试在页面的一侧制作一个菜单,该菜单将保持在同一位置,只需键入“hi”来测试它。我查过的任何东西都不起作用,如果有人能告诉我我做错了什么,我将不胜感激。

<html type = "text/css">
<head>
<script>
div.mydiv {
color: red;
position: fixed;
left: 0;
top: 200px; /* 200px from top */
}
</script>
<title>
Cathedral Project
</title>
</head>
<body>
<h1>
<marquee behavior = "alternate" style = "background-color:#828180" scrolldelay = "1">
<a href="https://be43ada9-a-cc17453e-s-sites.googlegroups.com/a/sau41.org/stephen-capraro/home/funny_3.jpg?attachauth=ANoY7cq6T-NPJuhfXWPCNobXQS33pGhZw8uo_BhUpozRiCu8JFK7_dWd6B-92bckzc8_3Vj9lQMh7jCL0mBVR-tYYg0LgIIx7yPZqbme0G-oKcRVfyd_GPuRrTtCuOT2wRhByl-QVpqrpa12yk5xqG9bluTqdQEyRgeMPCnz3mpcdjV9xKzoWOLUg2vCrGscyxdz84kFwm0hDZlH0I4LhEZZioG4kLd-fQ%3D%3D&attredirects=0" target="_blank"> <img src="gothic.jpg"> </a>
</marquee>
</h1>
<div class="mydiv">hi
</div>

</body>
</html>

最佳答案

当前您的 css 在 <script> 中标签。它需要在 <style> 中标签。它应该看起来像这样:

<style type="text/css">
.mydiv { /* styles go here */ }
</style>

关于html - 类的 Css 和 html 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23023739/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com