Home / CSE / HTML- CS :: HTML5

CSE :: HTML- CS

  1. The __________ element may contain not just links but also other interactive items, including the newly introduced command element.

  2. A.

     progress

    B.

     meter

    C.

     details

    D.

     menu


  3. The __________ attribute effectively renders the iframe as an inline include, which allows the parent document’s CSS to affect the contents of the iframe

  4. A.

     allow-forms

    B.

     seamless

    C.

     embed

    D.

     none of the mentioned


  5. Which of the following allows the sandboxed iframe to run scripts from the same domain?

  6. A.

     allow-same-origin

    B.

     allow-forms

    C.

     allow-scripts

    D.

     none of the mentioned


  7. __________ allows the iframe to pull in content from elsewhere in the same domain.

  8. A.

     allow-same-origin

    B.

     allow-forms

    C.

     allow-scripts

    D.

     none of the mentioned


  9. All elements are identified by their __________ and are marked up using either start tags and end tags or self-closing tags

  10. A.

     attribute name

    B.

     tag name

    C.

     class name

    D.

     none of the mentioned


  11. The __________ element represents a span of text that is isolated from its surroundings for the purposes of bidirectional text formatting

  12. A.

     b

    B.

     bdi

    C.

     bdo

    D.

     base


  13. The interactive element audio with the attribute controls must not appear as a descendant of which element?

  14. A.

     a

    B.

     button

    C.

     audio

    D.

     both a and b


  15. A ____________ element must have a start tag but must not have an end tag.

  16. A.

     details

    B.

     command

    C.

     code

    D.

     both a and b


  17. Which type attribute of input element sets the element’s value to a string representing a number?

  18. A.

     range

    B.

     email

    C.

     file

    D.

     date


  19. Which of the following type attributes of input element defines control for entering a telephone number?

  20. A.

     mob

    B.

     tel

    C.

     mobile

    D.

     telephone