菜鸟教程 trycss_navbar_horizontal_float 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <ul>
<li><a>Home</a></li>
<li><a>News</a></li>
<li><a>Contact</a></li>
<li><a>About</a></li>
</ul>

<p><b>Note:</b> If a !DOCTYPE is not specified, floating items can produce unexpected results.</p>

<p>A background color is added to the links to show the link area. The whole link area is clickable, not just the text.</p>

<p><b>Note:</b> overflow:hidden is added to the ul element to prevent li elements from going outside of the list.</p>