What i have learned from Pirple HTML course

Its been so long I'm learning HTML but when I started with purple it makes me easy to understand a single bit of code and their assignment is awesome they ill give a new and interesting assignment after completion of new every new topic in HTML. 

In HTML there are so many tags available to use and my favourite is <NAV></NAV> Tag 

<nav style="text-align:center;">

  <a href="#">Home</a> |

  <a href="#">News</a> |

  <a href="#">Technology</a> |

  <a href="#">Sports</a>

</nav>

the term nav means navigation where visitor will navigate between different pages in a website so it important to have nav tag in every website. Here i have made a list of different categories of blogpost available in my website.

Comments