+ 2
How to connect css file?
my external css file is not connecting with a html file one my css file name- connect css.css <link rel="stylesheet" href connect css.css">
6 Answers
+ 2
use href="connect css.css"
you forgot ="
+ 2
Where is the HTML file at the moment?
+ 1
So sorry. Try removing the space from the filename. I don't know if it matters, but otherwise it should work.
0
michal sir, I did it.
i forget to type here.
rather than it is not happening
0
<link rel="stylesheet" href="css/styles.css">
try this.
create a folder called CSS , in the same location where your index page is , save your styles in this folder. Then write the code above when done
0
thanx michal sir, Tass Jomo sir.