- 2
Why I can't join a Html to a Css?
I don't know why It passed. I review It Many times and i don't find the mistake.
3 Respuestas
+ 2
Did you put something like this in your html:
<head>
<link rel="stylesheet" href="example.css">
</head>
And is the path to the file and the name of the file correct?
0
what you mean
0
Yes, the name of the file is correct, but when I open the file on the browser, the CSS don't open.