<ul>
<li><a href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#about">About</a></li>
</ul>
<p><b>Chú ý:</b> Nếu ! DOCTYPE không được chỉ định, floating có thể tạo ra kết quả không mong muốn.</p>
<p>Màu nền được thêm vào các liên kết để hiển thị khu vực liên kết. Toàn bộ khu vực liên kết có thể nhấp được, không chỉ văn bản.</p>
<p><b>Chú ý:</b> overflow:hidden được thêm vào phần tử ul để ngăn phần tử li ra ngoài danh sách.</p>
CSS
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float: left;
}
li a {
display: block;
padding: 8px;
background-color: #dddddd;
}
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.