How to css link on html file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to css link on html file?

13th Mar 2020, 8:10 PM
Akash Ahmed
Akash Ahmed - avatar
5 Answers
+ 8
Add this to the head of your HTML file: <link rel="stylesheet" href=" css-file-path-goes-here ">
13th Mar 2020, 8:11 PM
Mitali
Mitali - avatar
+ 1
<link rel ="stylesheet" href="yourfile.css">
14th Mar 2020, 6:11 AM
ʟᴜᴋᴍᴀɴᴜʟ ʜᴀᴋɪᴍ
ʟᴜᴋᴍᴀɴᴜʟ ʜᴀᴋɪᴍ - avatar
0
Thanks for all
13th Mar 2020, 8:13 PM
Akash Ahmed
Akash Ahmed - avatar
0
Use the link tag as pointed out. On code playground simply use the CSS tab.
14th Mar 2020, 1:42 AM
Sonic
Sonic - avatar
0
<link rel= "styleshert" href = "your css file path "> Add this line in head of your coding
17th May 2020, 3:14 AM
Megha Shah