+ 1
CSS link
so in every section of my html there must be <link rel="stylesheet" type="text/CSS" href="text.css"/> in order for css to work with my html?
3 Réponses
+ 1
No, you dont. You need it just once in the body tag. It works for the entire document then:)
0
In the head tags, not body!!!
0
no, required only once in "head tag" and not any where it should be compulsory in head tag otherwise it will give you error
and most importantly it is required only for external CSS
if you are using inline or internal CSS then you don't required to mention this tag