Question 6
The same ____ attribute can be applied to one element or to multiple elements. a. id b. style c. type d. class
The correct answer is:
d. class
The "class" attribute can be applied to multiple elements, allowing them to share the same styling or behavior. In contrast, the "id" attribute is unique to a single element.