+ 1
I can't link a css file with a html file. Can someone help me?
The colors(background, color) don't show up on the web page.
2 Respostas
+ 1
you need a link to the css file in the <head> section of your html page. ie
<link rel="stylesheet" type="text/css" href="style.css">
assuming your css sheet is saved as "style.css"
0
Bill Thanks, i resolved the problem before your answer though, i think there was something wrong with the save status.