All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information.
A
XML
B
SGML
C
ATTLIST
D
HTML
Correct Answer: ATTLIST
The ATTLIST declarations identify which element types may have attributes, what type of attributes they may be, and what the default value of the attributes are. Syntax is . XML and HTML are web markup language used to design and create web pages. SGML stands for Standard Generalized Markup Language.