Links
You can create links using text or images. These can be links to another page, a website, or it can be an e-mail.
To create a simple text link:
<a href="file.html">my link</a>
Of course, you can also turn an image into a link:
<a href="link.html"><img src="picture.jpg"></a>
You can make a link to some's e-mail:
<a href="mailto:billgates@microsoft.com">e-mail</a>
Here's the code:
Here are the results:
your results here
title
explain
Here's the code:
Here are the results:
your results here
title
explain
Here's the code:
Here are the results:
your results here