Computer Science, asked by magicalunicorn362, 5 months ago

which tag is used to marl the hyperlink that a user can click to display the document anchored to it​

Answers

Answered by Sнιναηι
2

Answer:

Explanation:

The HTML <a> 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.

Answered by Anonymous
2

Answer:

In HTML we use the <a> tag. To show a hyperlink we write :

<a href= "Link"> This is a hyperlink</a>

Explanation:

Similar questions