Example: Semantic Markup

The markup in action

Important Items

The markup itself

<h3>Important Items</h3>
<ul>
	<li><a href="#one">An Item</a></li>
	<li><a href="#two">Another Item</a></li>
	<li><a href="#three">Yet Another Item</a></li>
</ul>