Here is the code for a simple text link.
<a href="url">Link text</a>
You can make a link to a position in the same document by using id.
<a id="top">top</a>
<a href="#top">go back on top</a>
<a href="#top">go back on top</a>
And here is the code for an image link.
<a href="your url">
<img src="yourimage.gif" width="32" height="32"></a>
<img src="yourimage.gif" width="32" height="32"></a>
No comments:
Post a Comment