Home / CSE / HTML- CS :: HTML5

CSE :: HTML- CS

  1. ___________ contains the navigation menu, or other navigation functionality for the page.

  2. A.

     section

    B.

     header

    C.

     nav

    D.

     aside


  3. Which of the following attribute is used to display date/time content?

  4. A.

     time

    B.

     datetime

    C.

     date

    D.

     year


  5. The element ___________ simply groups items within an enclosed dd tag, though it may associate them with a caption defined by a dt tag

  6. A.

     object

    B.

     figure

    C.

     embed

    D.

     none of the mentioned


  7. Which of the following element is used for highlighting content similarly to how a highlighter pen might be used on important text in a book?

  8. A.

     em

    B.

     strong

    C.

     mark

    D.

     none of the mentioned


  9. To insert a video, we use a video tag and set its src attribute to a local or remote URL containing a playable movie.

  10. A.

     True

    B.

     False


  11. Which tag is used to encapsulate navigation and then style the elements appropriately as menu items?

  12. A.

     ul

    B.

     li

    C.

     nav

    D.

     both a and b


  13. __________ can be used to advise the browser to download media content in the background to improve playback.

  14. A.

     poster

    B.

     autobuffer

    C.

     buffer

    D.

     data-X


  15. The _________ element is used to render simple graphics such as line art, graphs, and other custom graphical elements on the client side.

  16. A.

     metadata

    B.

     css

    C.

     canvas

    D.

     art


  17. State true or False. “Prior to HTML5 in web market, traditionally, multimedia has been inserted with the concept of tag-based multimedia back”.

  18. A.

     True

    B.

     False


  19. Which plugins can provide the fallback support for old browsers?

  20. A.

     Flash

    B.

     Quicktime

    C.

     both and b

    D.

     none of the mentioned