Commerce

Basic Html MCQs

Practice Basic Html MCQs for competitive exams.

Basic Html MCQs

Practice questions from this topic.

The value of the ___________ attribute refers to the time interval in seconds before the refresh is performed.

  1. A. scheme
  2. B. content
  3. C. http-equiv
  4. D. name
Report Error

__________ prevents search engines from showing a cached link for the page.

  1. A. nobot
  2. B. nofollow
  3. C. noarchive
  4. D. nosearch
Report Error

Different meta tags are defined by changing the __________ attribute to a valid value.

  1. A. scheme
  2. B. content
  3. C. http-equiv
  4. D. name
Report Error

__________ prevents search engines from following links inside the page

  1. A. noarchive
  2. B. nofollow
  3. C. noindex
  4. D. novalue
Report Error

Which of the following is not supported in HTML5 ?

  1. A. scheme
  2. B. content
  3. C. http-equiv
  4. D. name
Report Error

__________ prevents the page from being indexed altogether.

  1. A. noarchive
  2. B. nofollow
  3. C. noindex
  4. D. novalue
Report Error

What is the role of charset attribute? It specifies

  1. A. a scheme to be used to interpret the value of the content attribute
  2. B. a name for the metadata
  3. C. the character encoding for the HTML document
  4. D. none of the mentioned
Report Error

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

  1. A. noindex
  2. B. nofollow
  3. C. norepeat
  4. D. noarchive
Report Error

In which part of the HTML metadata is contained?

  1. A. body tag
  2. B. html tag
  3. C. head tag
  4. D. title tag
Report Error

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

  1. A. True
  2. B. False
Report Error

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

  1. A. True
  2. B. False
Report Error

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

  1. A. HasEvent()
  2. B. Navigator.userAgent
  3. C. Modernizr.load
  4. D. None of the mentioned
Report Error