Example: Non-Semantic Markup

The markup in action

Important Items
An Item
Another Item
Yet Another Item

The markup itself

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