Horje

How to create HTML <nav> Tag

A set of navigation links:

index.html
Example: HTML
 <nav> <a href="/html/">HTML</a> | <a href="/css/">CSS</a> | <a href="/js/">JavaScript</a> | <a href="/python/">Python</a>
</nav> 

Output should be:

How to create HTML <nav> Tag




Type :
html
Category :
Web Tutorial
Sub Category :
HTML Tag
Uploaded by :
Admin