QSL.NET

Home Basics of HTML Handling Text Handling Images HyperLinks The COOL! Stuff

Hyper-Links


Adding hyper-links to your webpage is very easy. Look at the examples below to learn how.

Links to other Sites


Here is an example of a link the goes to www.qsl.net.

Link to www.qsl.net

The code for such a link is: <a href="http:/www.qsl.net/">Link to www.qsl.net</a>

E-mail Links


Send me e-mail

The code for such a link is: <a href="mailto:[email protected]">Send me e-mail</a>

Top