Code:
<ul id="tabbar">
<li><a href="reading">Reading</a></li>
<li><a href="video">Videos</a></li>
<li><a href="images">Images</a></li>
<li><a href="assessments">Assessments</a></li>
<li><a href="search">Search</a></li>
<li><a href="notebook">My notebook</a></li>
</ul>
These can be styled to look like tabs using CSS, and you can make them act like tabs without page refresh using Javascript (however this introduces accessibility issues, so I wouldn't recommend it, *even though* there are ARIA roles that eventually will help deal with this).
Bookmarks