+ 3
How do i link my css to ma HTML file
6 Antworten
+ 38
<link rel = "stylesheet" href = myCss.css">
the css file and the html file, should be in the same directory
+ 16
just to add on, you should put the css link between the <head> </head> tag...
that will work, if it does not, check your code again...it may be missing something.
+ 2
yeah buh MNE didn't link
+ 2
k I'll do that kuz i usually works like that on notepad++ when u code on ma PC
thanks a lot I'll check again
+ 2
their are three different ways..
inline or scripted at the head or in a separate file...
+ 2
thanks guyz i have seen the problem my stylesheet link was correct buh i forget to use curly braces for ma CSS