+ 1

what does css use? (html=tags)

5th Jul 2016, 11:33 PM
Nathan Castaneda
Nathan Castaneda - avatar
2 Answers
+ 1
CSS uses rules: h1 {color:red;} 'h1' is a selector. It could be an HTML element, class or id. {color:red;} is a declaration. 'color' is a property. 'red' is a value.
7th Jul 2016, 3:11 PM
ZinC
ZinC - avatar
0
You can use CSS in html with stylesheet.
6th Jul 2016, 6:39 AM
Rezaul Karim
Rezaul Karim - avatar