Contact Us || Privacy Policy || About Us |
|
HTML Anchor or Links TagHTML links are hyperlinks. Links allow users to click their way from page to page. The HTML Anchor tag defines a links one page to another page. The "href" attribute is the most important attribute of the HTML a tag. A links is an element, a text, or an image that you can click on, and jump to another document. Syntax - HTML LinksExample:Output:-![]() The href attribute defines the destination address (http://elibraryportal.com/) The link text is the visible part (HTML tutorial). HTML Anchor Tag Colors and Icons⟼ An unvisited link is displayed underlined and blue. ⟼ A visited link displayed underlined and purple. ⟼ An active link is underlined and red. HTML Links -The target AttributeThe target attribute defines where to open the linked document.
Example:Output:-![]()
Next TopicHTML Images Tag:-
|