I would like to navigate between pages using main navigation tabs. 

I used the following code to create the tabs. I’ll add style later.



<nav>

<ul>

<li><strong>Home</strong></li>

<li><a href="about.html">About Us</a></li>

<li><a href="clients.html">Our Clients</a></li>

<li><a href="products.html">Our Products</a></li>

<li><a href="services.html">Our Services</a></li>

<li><a href="contact.html">Contact Us</a></li>

</ul>

</nav>

Should I add this code to every page so that I will be able to navigate?

Please, go to this website to see a live example of my issue.

http://www.transcribe.byethost24.com/

 

Thank you,

benkyearn Default Asked on January 31, 2018 in Web Design.
Add Comment
  • 0 Answer(s)
  • Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.