Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  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.

  2. A.

     DOCTYPE

    B.

     ATTLIST

    C.

     DTD

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    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.


Be The First To Comment