Home / CSE / HTML- CS :: Basic HTML

CSE :: HTML- CS

  1. ___________ is used to test whether geolocation is supported in old browsers.

  2. A.

     Modernizr

    B.

     Modernizr.geolocation

    C.

     Navigator.userAgent

    D.

     Modernizr.js


  3. ____________ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.

  4. A.

     HasEvent()

    B.

     Navigator.userAgent

    C.

     Modernizr.load

    D.

     None of the mentioned


  5. In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizr.

  6. A.

     True

    B.

     False


  7. Metadata store information about the web page that is not necessarily visible to end users.

  8. A.

     True

    B.

     False


  9. In which part of the HTML metadata is contained?

  10. A.

     body tag

    B.

     html tag

    C.

     head tag

    D.

     title tag


  11. Which of the following is not a function of robots meta tag?

  12. A.

     noindex

    B.

     nofollow

    C.

     norepeat

    D.

     noarchive


  13. What is the role of charset attribute? It specifies

  14. A.

     a scheme to be used to interpret the value of the content attribute

    B.

     a name for the metadata

    C.

     the character encoding for the HTML document

    D.

     none of the mentioned


  15. __________ prevents the page from being indexed altogether.

  16. A.

     noarchive

    B.

     nofollow

    C.

     noindex

    D.

     novalue


  17. Which of the following is not supported in HTML5 ?

  18. A.

     scheme

    B.

     content

    C.

     http-equiv

    D.

     name


  19. __________ prevents search engines from following links inside the page

  20. A.

     noarchive

    B.

     nofollow

    C.

     noindex

    D.

     novalue