Q19
By applying an ___________ a style can be applied to just a single tag.
A.
class rule
B.
element rule
C.
id rule
AnswerD.
none of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
By applying an id rule, a style can be applied to just a single tag. For example, if we name a tag with a unique id attribute as follows<tag id="id-value">Affected Text</tag>