发新话题
打印

为何设置的CSS ID 不起作用?

<div>
<p id="sidebar">中华人民共和国</p>
</div>

改成
<div id="sidebar">
<p>中华人民共和国</p>
</div>

也可以
发新话题