Jump to content

New Person :)


designgirl

Recommended Posts

Hi there :) I have only just started on this site and finding it great. I am using dreamweaver 8 which I quite like and trying to get to grips with HTML. I can make a web page but am finding it difficult making links. :) Can anyone help??????? I have had a look on the W3Schools site but it is a bit confusing.Tracey

Link to comment
Share on other sites

You use the <a> tag - e.g. to link to a page called about.html in the same directory as the current one you would write:

<a href="about.html">Click to go to about.html</a>

Link to comment
Share on other sites

You use the <a> tag - e.g. to link to a page called about.html in the same directory as the current one you would write:
<a href="about.html">Click to go to about.html</a>

Thanks for that I'll have another go.Tracey
Link to comment
Share on other sites

You use the <a> tag - e.g. to link to a page called about.html in the same directory as the current one you would write:
<a href="about.html">Click to go to about.html</a>

I'm very pleased with myself :) now, I can do links it's great!!!! :) designgirl
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...