How can I link html with css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I link html with css

5th Jun 2022, 10:32 AM
Khalid Abdurahman
2 Answers
+ 5
<link rel="stylesheet" href="stylesheetname.css"> in the head
5th Jun 2022, 10:34 AM
Lisa
Lisa - avatar
+ 3
There are three ways of linking css with html. See this for more info: https://www.w3schools.com/css/css_howto.asp
5th Jun 2022, 11:01 AM
Sandeep
Sandeep - avatar