designgirl Posted July 1, 2009 Report Share Posted July 1, 2009 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 More sharing options...
Synook Posted July 1, 2009 Report Share Posted July 1, 2009 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 More sharing options...
designgirl Posted July 1, 2009 Author Report Share Posted July 1, 2009 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 More sharing options...
designgirl Posted July 7, 2009 Author Report Share Posted July 7, 2009 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 More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now