What is rel | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is rel

this is description between link tad

1st Jan 2017, 10:27 AM
Rushikesh Sulakhe
Rushikesh Sulakhe - avatar
4 Answers
+ 16
"rel" stands for "relation" (has to be "stylesheet" for css)
1st Jan 2017, 10:30 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 6
"rel" is just a relationship tag , which shows the relation between linked file and your html. if you attached a css file you should write rel="stylesheet" or if you attaching a script you should write rel="javascript" as simple as that.
19th Jan 2017, 4:46 AM
Anubhav Raj
Anubhav Raj - avatar
+ 5
"rel" defines the relationship between html & css.
3rd Jan 2017, 3:58 PM
Shahinur Rahman Khan
Shahinur Rahman Khan - avatar
+ 3
'rel' (relation) is a HTML attribute. If you have to link a CSS file to a HTML document for specifying styles, you can write <link rel="stylesheet" type="text/css" href="CSS_FILE_PATH"/> in the head of your HTML document.
5th Jan 2017, 1:57 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar