technology

business

How to Create a Navigation Bar in html


How to Create a Navigation Bar in html

<!DOCTYPE html>
<html>
<body>

<ul>
  <li><a href="#home">Home</a></li>
  <li><a href="#news">About</a></li>
  <li><a href="#contact">Contact</a></li>
  <li><a href="#about">Courses</a></li>
</ul>


<p>Note: We use href="#" for test links. In a real web site this would be URLs.</p>

</body>
</html>

Now let's remove the bullets and the margins and padding from the list:

<!DOCTYPE html>
<html>
<body>

<ul>
  <li><a href="#home">Home</a></li>
  <li><a href="#news">News</a></li>
  <li><a href="#contact">Contact</a></li>
  <li><a href="#about">About</a></li>
</ul>

<p>Note: We use href="#" for test links. In a real web site this would be URLs.</p>

</body>

</html>
This is good news for you that If you would like to learn more Tips and Tricks with Technology in Hindi . You can visit your new website Expert Hindi


Post A Comment
  • Blogger Comment using Blogger
  • Facebook Comment using Facebook
  • Disqus Comment using Disqus

No comments :


three columns

cars

grids

health