Essence of the href in the <a> tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Essence of the href in the <a> tag

I want to know if the href attribute is associated with the <a> or </a> tag

9th Jul 2019, 7:02 AM
Boakye Osei Benjamin
Boakye  Osei Benjamin - avatar
1 Answer
+ 12
Attributes are always associated only with starting tag. Closing tags can't have properties So with <a>.. <a href="#yo">
9th Jul 2019, 7:22 AM
Krysto Foxik 🐥
Krysto Foxik 🐥 - avatar