Q.5. Answer the following
1. List attributes used for hyperlink.
Answers
Explanation:
Attribute name Values Notes
target _blank _parent _self _top frame name Specifies the context in which the linked resource will open.
title text Defines the title of a link, which appears to the user as a tooltip.
href url Specifies the linked document, resource, or location.
name
Answer:
The <a> HTML element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address. Content within each <a> should indicate the link's destination.19-Dec-2021
Permitted content: Transparent, except that no descendant may be interactive content ...
Permitted ARIA roles: When attribute is present:: When attribute is not present:: any;
Permitted parents: Any element that accepts phrasing content, or any element that a...
Implicit ARIA role: when attribute is present, otherwise no corresponding role