HTML - Navigaiton


/ Published in: HTML
Save to your folder(s)

Navigation styling


Copy this code and paste it in your HTML
  1. <nav>
  2. <ul>
  3. <li><a href="#"><span>Link here</span></a></li>
  4. </ul>
  5. </nav>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.