-
By applying an ___________ a style can be applied to just a single tag.
-
- id rule
- class rule
- element rule
- All of above
- None of these
Correct Option: A
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>