Which is an example of a class selector?
Which is an example of a class selector? A class selector looks just like an element selector, but instead of using names that are tied to the names of HTML elements, you make up the name and then you prefix it with a dot (.). For instance: . red { } What is a compound […]