Links

Links can be made with images or text. Just remember to always close the tag before beginning a new link.

These codes brought to you by:

Links

If you want to link a page using text:

Example:

<a href="http://www.htmlqueen.com">Click Here</a>

The result is: Click Here


If you want to link a page using an image:


Example:

<a href="http://htmlqueen.com"> <img src="http://www.htmlqueen.com/sony.gif"></a>



The result is: Sony Official Online Store

**Note** If you do not want a border around your image just add: border="0" after the image URL.
The code should look like this:


|

Go Back