George and Susan Welcome to our HTML help page!
Home | HTML-Index | Basic HTML | HTML Structure

Create a link to another web page or image

  • Blue = HTML code.
  • Red = URL.
  • Green = Text you click on.
  • Orange = Text for the tool tips.
If you type this:
down


<A  HREF="URL goes here">Text goes here</A>

This is what you should get:
down


Text goes here
Click the link to see how it works.
Except I used the URL NetGeek.org in this demo.


Have a link open in new window

If you type this.
down


<A  HREF="URL goes here" TARGET=_BLANK>Text goes here</A>

This is what you should get.
down


Text goes here
Click the link to see how it works.
Except I used the URL to ezRus.com in this demo.


CREATE TOOL TIPS FOR ELEMENTS

If you type this.
down


<A  HREF="URL goes here" TARGET=_BLANK TITLE="Text that appear when mouse is positioned over the element.">Text goes here</A>

This is what you should get.
down


Text goes here
Position the mouse over the link to see how it works.
Except I used the URL to NetGeek.org in this demo.



My home page
Back