- navigational items for the website. It may point to other webpages or to different sections of the same webpage
- usually found inside the <header> tags, or directly underneath these tags
HTML - code view example:
<nav>
<a href="/html/">HTML</a> |
<a href="/css/">CSS</a> |
<a href="/js/">JavaScript</a> |
<a href="/jquery/">jQuery</a>
</nav>
No comments:
Post a Comment