Links - HTML Cheatsheet

by Geethalakshmi 2010-09-16 23:01:57

Links - HTML Cheatsheet



<a href="URL"></a> Creates a hyperlink

<a href="mailto:EMAIL"></a> Creates a mailto link

<a href="URL"><img src="URL"> </a> Creates an image/link

<a name="NAME"></a> Creates a target location within a document

<a href="#NAME"></a> Links to that target location from elsewhere in the document

Tagged in:

1020
like
0
dislike
0
mail
flag

You must LOGIN to add comments