0
What is used of rel in link tag
2 Answers
+ 5
The rel attribute defines the relationship that the linked resource has to the document from which it's referenced. In most cases, this resource will simply be â stylesheet â, which means, not surprisingly, âthe referenced document is a style sheet
https://stackoverflow.com/questions/18369930/explanation-of-the-rel-attribute
0
đđđđ