new to coding with html and coding in general but how do I link my css file to my html
screenshot of my html:
screenshot of my css:
new to coding with html and coding in general but how do I link my css file to my html
screenshot of my html:
In the first one here you have to save the .css file in the same folder
<link rel="stylesheet" type="text/css" href="style.css">
And here you have a css folder inside your main folder:
<link rel="stylesheet" type="text/css" href="css/style.css">
what do u mean by saving the css file in the same folder ?
Please use Search feature for beginner questions … see “magnifying glass” at top of this window? … type search pattern … link css