gpt4 book ai didi

css - 无法让 List 内联显示?

转载 作者:太空宇宙 更新时间:2023-11-04 11:52:02 26 4
gpt4 key购买 nike

我更愿意将列表的 css 保留为内联。不在单独的 CSS 中。这是我的身份证的堆叠方式吗?任何其他评论也将不胜感激。

    <!doctype html>
<html>
<head>
<title>My First Site</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="styles.css">
</head>

<body>

<div id="container"><!--entire body-->

<div id="topbar"><!--css uses a #-->

<div class="fixedwidth"><!--.fixedwidth in css-->

<div id="logodiv">
<img src="logo.png" alt="site logo">
</div><!--logodiv-->


<div id="topMenuDiv"><!-- should this be the div id? or should it be in the ul?-->

<ul style="list-style-type:none";
display:inline;>

<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
</ul>
</div><!--topmenudiv"-->

</div><!--topbar-->
</div><!--fixedwidth-->

</div><!--container-->
</body>
</html>

最佳答案

<ul style="list-style-type:none; display:inline;">只是简单的拼写错误。

关于css - 无法让 List 内联显示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30559146/

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