Landmark Role Example
Home | Products | Services
I am the main content.
More important text goes here!!!
<div id="nav">
<ul role="navigation">
<li> Home </li>
<li> Products </li>
<li> Services </li>
</ul>
</div>
<div role="main">
<p>I am the main content.</p>
<p>More important text goes here!!!</p>
</div>
<form role="search">
<label for="search">Search</label>
<input id="search" />
<input type="button" value="Search" />
</form>