InterviewSolution
| 1. |
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(b) ATTLIST(c) DTD(d) SGMLThis question was addressed to me during an interview for a job.Question is taken from Reading a Document Type Definition topic in chapter HTML Fonts, Tags and Elements of HTML |
|
Answer» Correct option is (a) DOCTYPE |
|