1.

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) HTMLThis question was addressed to me in examination.Question is taken from Reading a Document Type Definition topic in chapter HTML Fonts, Tags and Elements of HTML

Answer»

Correct option is (c) ATTLIST

The explanation is: 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<!ATTLISTelementNameattributeNamedataTypedefault >.XML and HTML are web markup language USED to design and create web PAGES. SGML stands for Standard Generalized Markup Language.



Discussion

No Comment Found

Related InterviewSolutions