Html Link Tutorials HTML Anchor Tag Attribute

Anchor tags are used to create links to other web pages or documents in HTML.
Hyperlinks created in html document with the anchor tag <a>.


Html code for anchor tag text link

<a href="index.html" title="My Home Page">My Home Page</a>
HTML Output
Always use "title" to describe your link in html link anchor tag!

Html Link Target Attribute

Html link target attribute tutorial to open a document in a new window.


Other HTML link tutorials

HTML Link Tips