I have read the post on here about nav menus
but there is still something I don't understand look at this:
<ul>
<li><a href="default.asp">Home</a></li>
<li><a href="news.asp">News</a></li>
<li><a href="contact.asp">Contact</a></li>
<li><a href="about.asp">About</a></li>
</ul>
Do I have to creat a page for each of the html files?one for news one for contacts? one for about? I am using notepad by the way, with a website template, I would really appreciate somee good tips from you guys.
but there is still something I don't understand look at this:
<ul>
<li><a href="default.asp">Home</a></li>
<li><a href="news.asp">News</a></li>
<li><a href="contact.asp">Contact</a></li>
<li><a href="about.asp">About</a></li>
</ul>
Do I have to creat a page for each of the html files?one for news one for contacts? one for about? I am using notepad by the way, with a website template, I would really appreciate somee good tips from you guys.