0
why do we use <a>
4 Respostas
+ 2
"<a>" tag generally used to represent the link of a page along with "href" attribute.
for ex:
<a href="http://www.facebook.com">Facebook<\a>
in the above example name of the link displayed as "Facebook" in the document.
0
Suresh explained it greatly!
0
to put a link in a text
0
it's a anchor tag .. used for providing link in our web page ...
eg: <a href ="www.Google.com"> Google </a>