Computer Science, asked by johanna71, 6 months ago

HTML _____ attribute of A tag defines the document to which the link leads​

Answers

Answered by aayu2626
4

Explanation:

The href defines the document to which the link leads. This may be a web page in the same directory, a page somewhere else on the same server, a location within the current page, or a web page—or any another kind of document—stored on another server

Answered by himanshusingal8888
0

Answer:

The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link's destination. By default, links will appear as follows in all browsers: An unvisited link is underlined and blue.

Similar questions