+ 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?
2 Antworten
+ 13
Specifies the relationship between the HTML document and the linked document.
More Information - https://www.w3schools.com/tags/att_link_rel.asp
0
stylesheet