please how can I link the Css codes with the html code. I'm using notepad ++ for the coding. I actually want to create a background color and heading color as well. Thanks | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

please how can I link the Css codes with the html code. I'm using notepad ++ for the coding. I actually want to create a background color and heading color as well. Thanks

linking Css and html

19th Jun 2016, 7:09 PM
Harlord Kwaku Baffoe
Harlord Kwaku Baffoe - avatar
3 Answers
+ 3
Thanks Alex, for the idea. This code rather worked for me. <link rel="stylesheet" type="text/css" href="styles. css">
19th Jun 2016, 10:13 PM
Harlord Kwaku Baffoe
Harlord Kwaku Baffoe - avatar
+ 2
<link href="style.css" rel="stylesheet" />
19th Jun 2016, 9:41 PM
Alex Wood
Alex Wood - avatar
+ 2
can u please detail me a little. I don't really get the rel="stylesheet" thanks
19th Jun 2016, 9:49 PM
Harlord Kwaku Baffoe
Harlord Kwaku Baffoe - avatar