Let’s get started. Step 1 – The HTML <ul> <li>Blog</li> <li>Contact</li> <li>Freebies</li> <li>Tutorials</li> </ul> If the above HTML code is all you have on your page, then it should look like this: The next thing to do is to add the <a> links, which will link to the specified pages. <ul> <li><a href=”#”>Blog</a></li> <li><a href=”#”>Contact</a></li>
(More)…






