+ 5
Pls do u use tags for css
3 Respostas
+ 2
yes, I highly suggest you try out the css course before asking this question, as it explains what css really is, but I'll tell you briefly.
CSS works hand-in-hand with html, and you can access any element with it if you supply enough details.
If you want to make changes for a specific tag, you just need to put it's name like so:
tag {
// statement
}
+ 2
I mean can i use tags used in html for css ?
+ 2
Crux thanks