Computer Science, asked by niveditabarik1982, 8 months ago

What is the use of <A>tag in html?​

Answers

Answered by Anonymous
1

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.

Answered by Pranesh
0

Answer:

Linking

Explanation:

<A href ="some location"> some text </a>

This is used to link to two HTML files. It shows a text in blue colour and when you click it it shows the file in that location which is specified.

Similar questions