Home / CSE / HTML- CS :: HTML Fonts, Tags and Elements

CSE :: HTML- CS

  1. All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information.

  2. A.

     XML

    B.

     SGML

    C.

     ATTLIST

    D.

     None of the mentioned


  3. The ________ declaration specifies which characters and delimiters may appear in the application.

  4. A.

     DTD

    B.

     SGML

    C.

     XML

    D.

     None of the mentioned


  5. The __________ defines the syntax of markup constructs and include additional definitions such as character entity references.

  6. A.

     Attributes

    B.

     SGML

    C.

     Elements

    D.

     DTD


  7. A/An _________ is essentially a macro that allows a short name to be associated with replacement text.

  8. A.

     Entity

    B.

     Attribute

    C.

     Comment

    D.

     None of the mentioned


  9. 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.

  10. A.

     DOCTYPE

    B.

     ATTLIST

    C.

     DTD

    D.

     None of the mentioned


  11. The __________ begins with a series of parameter entity definitions.

  12. A.

     DTD

    B.

     SGML

    C.

     XML

    D.

     None of the mentioned


  13. The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters.

  14. A.

     class

    B.

     element

    C.

     charset

    D.

     none of the mentioned


  15. A model group contains the names of the elements that a tag may enclose.

  16. A.

     True

    B.

     False


  17. Which event is fired as the mouse is moving over an element when a drag is occurring?

  18. A.

     dragover

    B.

     dragenter

    C.

     dragstart

    D.

     dragleave


  19. The _________ event is fired on the element where the drop occurred at the end of the drag operation.

  20. A.

     drag

    B.

     drop

    C.

     dragstart

    D.

     dragenter