Vidyalelo
HTML · Q91

Basic HTML

Programming · HTML · question 91

Q91

Which attribute specifies a unique alphanumeric identifier to be associated with an element?

A.
class
B.
id
Answer
C.
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.