What is the importance using references to other links in <ahref> tag ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the importance using references to other links in <ahref> tag ??

30th Nov 2016, 2:27 PM
Jenny Lance
Jenny Lance - avatar
2 Answers
+ 1
It allows you to turn plain text into links so you don't have an ugly long link visible on your page. For example: <p>Click <a href = 'www.example.com'>here</a> to go to my site!</p> The above will hide your www.example.com link as "here" so when a user clicks "here" they will be taken to the link specified.
30th Nov 2016, 4:08 PM
Lux
Lux - avatar
+ 1
it is used to hide links
1st Jan 2017, 12:44 PM
Edwin Pratt
Edwin Pratt - avatar