Web Free SEO Tools

Your One stop SEO Solution Resource

About Web Free SEO Tools

Web Free SEO Tools is the best place for webmaster to fullfill all their SEO needs online, now you dont need to buy expensive softwares to track your performance.

Here you can perform check domain availability, meta-tag generators, broken link checker and whole lot more.




How do you create a link to a new page within your own website?

Written by General Seo on Aug 31st, 2010 | Filed under: Link Building

I’m building a website for the first time and although I know a little bit about HTML from a college course I took about 5 years ago I don’t know how to create a link for a new page. I lost my HTML book in a house fire 2 years ago so I have been visiting various websites to get help but I have not been able to find the information that I need.



5 Responses to “How do you create a link to a new page within your own website?”

  1. The basic code to do that is:
    <a href="page2.html"></a>
    or send it to whatever your page is called.
    Regards, Zyfert
    http://xsitepro.cybersprout.com

  2. Create a link like this:
    <a href="URL">Text</a>

    while replacing URL and Text with the appropriate info.

    If you’re wanting to open a link in a new window use this:
    <a href="URL" target="_blank">Text</a>

    while replacing URL and Text again of course.

  3. What software program are you using? You can find your answer in the help files.

    Chuck
    http://www.ebusinesswiz.com

  4. check out http://www.w3schools.com for tutorials

  5. <a href="destinationpage.html">link</a>

    Or if you’re linking to another website,

    <a href="http://www.destinationpage.com"> link</a>

Leave a Reply

You must be logged in to post a comment.