How do you set up hyperLinks with WebMatrix?

1 replies
Here is my code:

<div class = "navMenu" style="float:left">
<ul> <li><a href="">Home</a></li> <li><a href="">About</a></li> <li><a href="">Contact</a></li> <li><a href="">Articles</a></li> <li><a href="">Products</a></li> </ul> </div>

I don't have any urls yet. I have my webpage that I want to link to, but it
isn't a file that I can link to. How do I set this up and what do I set it up as?

I tried linking to an existing website, but when I hit run, and clicked
the link, it didn't work





#hyperlinks #set #webmatrix

Trending Topics