What is the Difference between Setting properties in Anchor Tag in Both Method ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 10

What is the Difference between Setting properties in Anchor Tag in Both Method ?

Anchor Tag <a> </a> a{ property: value; property: value; } OR a:link{ property: value; property: value; }

10th Mar 2020, 4:52 AM
ROHIT KANOJIYA
ROHIT KANOJIYA - avatar
1 Resposta
+ 2
The text between the opening tag and the closing tag is either the start or ... If the HREF attribute is present, the anchor is sensitive text: the start of a link. ... There is no specification of how to distinguish relative addresses from absolute ... An anchor may have both REL and REV attributes
11th Mar 2020, 1:08 PM
SHIVANT KUMAR PANDEY
SHIVANT KUMAR PANDEY - avatar