【发布时间】:2017-09-06 13:25:14
【问题描述】:
这里是 HTML 和 CSS。不知道问题出在哪里,为什么没有效果。
#1st_column {
background-color: #181818;
width: 20%;
display: block;
margin-left: 15px;
height: 800px;
}
<div id="1st_column">
<h1 id="pop">
POPULAR <br /> CLASSES
</h1>
<p>
Why not give one of <br /> these popular classes<br /> a look?
</p>
</div>
【问题讨论】:
-
究竟是什么没有按预期工作?
-
ID 不能以数字开头。
-
@SuperUser — 从 HTML 5 开始,他们可以。
-
@Quentin -- html5 说 ids 可以以数字开头,但许多浏览器不支持它。
-
艾哈迈德,你可能想要投票和/或接受 thebluefox 的回答。