<link rel = "stylesheet"href="style.css"></link> | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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