The A HREF tag is used to create hyperlinks, special text which when clicked will cause the user to "jump" to another web page or Internet location.
Syntax and Example:
<A HREF="xxx">xxx</A>
<A HREF="type your URL here">type the name of the site here</A>
<A HREF="http://www.colosseum.com">Colosseum Online Inc.</A>
| hypertext | URL | anchoring text |
Example:
typing this:
<A HREF="http://www.colosseum.com">Colosseum Online Inc.</A>
will result in this:
Colosseum Online Inc.
- 1 brukere syntes dette svaret var til hjelp