Hyperlinks
HTML ⚭ Jun 6, 2016 ⚭ 263 views
Html Hyperlinks
Web pages can contain links that take you directly to other pages and even specific parts of a given page. These links are known as hyperlinks. Hyperlinks allow visitors to navigate between Web sites by clicking on words, phrases, and images.
The Html anchor (<a>) tag defines a hyperlink. The most important attribute of the <a> element is the href attribute, which indicates the link to destination.
Anchor Attributes
Attribute | Description |
---|---|
href | Specifies the URL of the target of a hyperlink. |
target | Specifies where to display the contents of a selected hyperlink. |
name & id | Specifies a label within a document. |
title | Specifies a title for the document to which you are linking. |
Html E-mail Links
Creating an email link is simple and easy to mail directly form website in a single click. A good way to do it is place an email link with a subject line already filled out for them.