Welcome to our HTML help page!
|
| Home | HTML-Index | Basic HTML | HTML Structure |
|
If you type this:
<A HREF="URL goes here">Text goes here</A> This is what you should get:
Text goes here Click the link to see how it works. Except I used the URL NetGeek.org in this demo. |
If you type this.
<A HREF="URL goes here" TARGET=_BLANK>Text goes here</A> This is what you should get.
Text goes here Click the link to see how it works. Except I used the URL to ezRus.com in this demo. |
If you type this.
<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.
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. |