V
VB Programmer
Using CSS in my ASP.NET app.
What is the difference between an element and a class? When should they be
used?
Element example: Q1A1{.....}
Class example: .Q1A1{.....}
Also, I've seen that sometimes it is preceded by a # (#Q1A1{...}). What
does this indicate?
Thanks!
What is the difference between an element and a class? When should they be
used?
Element example: Q1A1{.....}
Class example: .Q1A1{.....}
Also, I've seen that sometimes it is preceded by a # (#Q1A1{...}). What
does this indicate?
Thanks!