Advertisements
Advertisements
Question
If you want all links and DIV elements use Verdana font, how would you write the shortest CSS code?
Code Writing
Very Short Answer
Advertisements
Solution
Using selectors separated by commas, as shown below, would result in the shortest CSS code:
a, div { font-family: Verdana; }shaalaa.com
Is there an error in this question or solution?
