+ 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
3 ответов
+ 3
Thanks Alex, for the idea. This code rather worked for me.
<link rel="stylesheet" type="text/css" href="styles. css">
+ 2
<link href="style.css" rel="stylesheet" />
+ 2
can u please detail me a little. I don't really get the rel="stylesheet"
thanks