Q91
Which attribute specifies a unique alphanumeric identifier to be associated with an element?
A.
class
B.
id
AnswerC.
article
D.
html
Answer: Option B
Solution
Answer: Option B
Solution:
The id attribute is most used to point to a style in a style sheet, and by JavaScript (via the HTML DOM) to manipulate the element with the specific id.