菜鸟教程 trycss_navbar_horizontal_advanced 在线代码实例

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

 <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 you only set the padding for a elements (and not ul), the links will go outside the ul element. Therefore, we have added a top and bottom padding for the ul element.</p>