hyperlinkcode.com

How To Make A Hyperlink

The following is the most basic hyperlink code. To make a hyperlink, add the href attribute to the Anchor (a) tag. The href attribute can have an absolute value (http://www.hyperlinkcode.com/make-hyperlink.php) or a relative value (make-hyperlink.php).

HTML Hyperlink Code

Code

<a href="http://www.hyperlinkcode.com">Hyperlink Code</a>

Output

Hyperlink Code

Code In Context

Make <a href="http://www.hyperlinkcode.com">Hyperlink Code</a> easily.

Output

Make Hyperlink Code easily.

Save to del.icio.us :: Digg This! :: Stumble It! :: Add to Propeller :: Save to Furl :: Add to Reddit :: Blinklist It!

More HTML Hyperlink Codes