<link rel = "stylesheet"href="style.css"></link> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

<link rel = "stylesheet"href="style.css"></link>

What does the mean of this line ?? . Why should I use this line??

6th Jun 2020, 4:54 AM
Mahi Chowdhury
Mahi Chowdhury - avatar
2 Answers
+ 15
The <link> tag is used to define a relationship between an HTML document and an external resources.  https://www.sololearn.com/discuss/272844/?ref=app
6th Jun 2020, 5:05 AM
Satnam
Satnam - avatar
0
Link tag is used to connect one document with other external document. Here in this line "rel" means the type of relationship between documents, "href" is the path where document is located.
6th Jun 2020, 5:05 AM
Hardik Sharma
Hardik Sharma - avatar