+ 6
What is the full form of ' rel ' attribute of <link> tag ?? [SOLVED]
Link tag has a attribute rel. What is its full form?
6 ответов
+ 7
actually rel tag describes the relationship between current document and destination URL and hence we can say that it stands for relationship.
+ 28
Relationship tag describes relation between present doc and other Url
+ 8
✳️rel ➡ relationship
rel attribute tells the browser about relationship between currentb document and the document being linked through <link> attribute
href specifies the url of document being linked
⚠️Search google at least once before posting your question in q/a forum ⚠️
https://www.w3schools.com/TAGS/att_a_rel.asp
+ 1
rel stands for relation.
It specifies the relationship between link tag and href.
+ 1
rel means relationship
+ 1
Stands for relation