What is use case of rel attribute inside the link tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is use case of rel attribute inside the link tag?

I'm some HTML templates, there were link tags used for linking CSS files. In those tags, 'rel' attribute is used. But, in all those links, rel is same. rel="stylesheet" https://code.sololearn.com/WlUahGUylFpO/?ref=app

24th Sep 2017, 4:50 AM
Ragacibi M
Ragacibi M - avatar
2 Answers
+ 1
it gives the link a definition for what is being used. in your case, rel="stylesheet" is defining what the link is actually linking to, CSS.
24th Sep 2017, 6:00 AM
Emilio
Emilio - avatar
0
{{{ it gives the link a definition for what is being used. in your case, rel="stylesheet" is defining what the link is actually linking to, CSS. }}} Is that necessary to specify that attribute? How that attribute helps in the code?
24th Sep 2017, 7:22 AM
Ragacibi M
Ragacibi M - avatar