HTML Tags: A HREF

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 Users Found This Useful
Was this answer helpful?

Related Articles

Color Chart

  AliceblueF0F8FF AntiquewhiteFAEBD7 Aqua00FFFF Aquamarine7FFFD4 AzureF0FFFF...

HTML Tags: IMG SRC

The IMG SRC tag is used to embed graphic images.Syntax and Example:<IMG SRC="xxx"><IMG...