How do we specify the target for where to open the linked document in HTML?
Answers
Answered by
5
We uses anchor tag to specify the start the link text.
<a >...</a> this tag is a container element which is used to set a text as hypertext.
For Example,
<A href="muskan.html"> Click to select </a>
This will allow you to leads you to the the document saved with name of " muskan.html ".
Similar questions