the attribute used to specify the path of a linked documents
Answers
Answered by
9
Explanation:
<A> tag is used for linking and href attribute is used to specify the path of a linked document
Answered by
4
<A> tag is used for linking and href attribute is used to specify the path of a linked document.
Explanation:
- A link is specified using HTML tag <a>. This is anchor tag and everything in between the opening <a> tag and the closing </a> tag is part of the link and a user can click on it to enter the linked document.
- The href attribute denotes the destination address of the linked document. The user will be sent to the specified document by clicking on the link.
To know more about attributes in HTML
Define html attributes
https://brainly.in/question/11250694
Explain eight attributes of html?
https://brainly.in/question/3664578
Similar questions