Question
Easy

........... attribute specifies the URL of the document that you want to link.

1
src
2
img
3
a
4
href
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option D
Explanation

The correct option is (4): The correct attribute to specify the destination URL of a link is href, which stands for Hypertext Reference. This attribute is exclusively used within the anchor tag (`) to indicate the web address or document location that the user will be directed to upon clicking the hyperlink. The href` attribute is fundamental for creating navigation between pages, forming the core mechanism that allows the World…Read More