<head> <link rel="stylesheet" href="example.css"> </head> What is rel="stylesheet" mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

<head> <link rel="stylesheet" href="example.css"> </head> What is rel="stylesheet" mean?

like through href .......we r linking the CSS file....it contains the CSS file name... similarly what is stored in rel?

4th Jun 2017, 4:53 PM
Srishti Gupta
Srishti Gupta - avatar
2 Answers
+ 13
Specifies the relationship between the HTML document and the linked document. More Information - https://www.w3schools.com/tags/att_link_rel.asp
4th Jun 2017, 5:04 PM
Maz
Maz - avatar
0
stylesheet
4th Jun 2017, 5:05 PM
Roland Doctor
Roland Doctor - avatar