+ 2
How do I reference tags in CSS?
Hi I was wondering how to reference tags (such as <img>, <tr>, etc) in CSS as an alternative to using classes or IDs. I was thinking it was <tr> { } But I’m not sure. Thanks for hearing me out :)
2 odpowiedzi
+ 12
remove '<>'
For referencing an image
img{
}
+ 1
Thanks for the help :)