+ 1
How to css link on html file?
5 ответов
+ 8
Add this to the head of your HTML file:
<link rel="stylesheet" href=" css-file-path-goes-here ">
+ 1
<link rel ="stylesheet" href="yourfile.css">
0
Thanks for all
0
Use the link tag as pointed out. On code playground simply use the CSS tab.
0
<link rel= "styleshert" href = "your css file path ">
Add this line in head of your coding