{ LearnWebSiteDesign.com }

HTML, XHTML CSS Tutorials and Free Website Templates

HTML Link Tutorials

An HTML hyperlink is a reference to a location to a resource on the world wide web.

Hyperlinks can point to a file, image, sound file, movie, etc.

Text Links

The anchor tag (<a>) is used to create a hyperlink. The anchor tag has a starting tag (<a>) and ending tag (</a>). The anchor tag by itself does nothing at all. To create a hyperlink, the href attribute must be included within the starting anchor tag. The value of the href attribute is the path and location to the resource that is being linked to. The syntax for a hyperlink is shown below:

<a href="path_to_resource">Link</a>

An example is shown below.

<a href="http://learnwebsitedesign.com/">Learn Website Design</a>

The example above creates this text link: Learn Website Design

Image Links

You can use an image as a link by placing an image within the starting <a> and the ending </a> tag.

<a href="http://learnwebsitedesign.com/"><img src="image.jpg" alt="my little angel:)"></a>

my little angel:) /

Tutorials

References

Templates

Sponsors

Advertise your web design and web development related products and services here.