What is the easiest way to reference a class of various HTML elements with a class of ""special""?
Answers
Answered by
0
Answer:
Here is your answer..
Explanation:
HTML elements can belong to more than one class. To define multiple classes, separate the class names with a space, e.g. <div class="city main">. The element will be styled according to all the classes specified.
Similar questions