LinkDeveloper.com

How do I create a link when building a webpage?

I am very new at this. I am trying to build a webpage from geocities, and I'm having trouble adding a link. For example, I want to build a page "About Me" so how do I build that page so when I click on "About Me" text on the Main page, it goes to the "About Me" page and then I can back when wanting to go back to the main page? Please help me!!! lol THANK YOU, Michelle

Public Comments

  1. the HTML tags for links are set up like this...

    <a href = "THE PAGE YOU WANT TO LINK TO">ABOUT ME</a>

    to go back to your home page it should be something like...

    <a href = "/index.htm">Back to home</a>

    not sure about what the deal with geocities is... but this is basic HTML lang.



  2. here is the code for dat:

    <a href="URL of ur About me link">About Me</a>

    URL = http://uraboutme.com or sumthing like dat



Powered by Yahoo! Answers