Vidyalelo
HTML · Q5

HTML Fonts, Tags And Elements

Programming · HTML · question 5

Q5

The ___________ keyword begins the declaration of attributes that an element may take. It is followed by the name of the element in question, a list of attribute definitions, and a closing.

A.
DOCTYPE
Answer
B.
ATTLIST
C.
DTD
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
In HTML 4.01, the !DOCTYPE declaration refers to a DTD, because HTML 4.01 was based on SGML. The DTD specifies the rules for the markup language, so that the browsers render the content correctly.