Vidyalelo
HTML · all questions

Basic HTML
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

212

Questions

3/11

Page

Pick an option on a question to see the right answer and solution.

Which of the following allows user to view a webpage?

Select an option to see the answer and solution.

What is DOM in HTML?

Select an option to see the answer and solution.

This is used to
<meta http-equiv="X-UA-Compatible" content="IE=8">

Select an option to see the answer and solution.

Which one of the following is an open source JavaScript library that enables styling for HTML5 elements in versions of Internet Explorer before IE 9 ?

Select an option to see the answer and solution.

Which one of the following is not a step to install a library you need to perform the compatibility in browsers ?

Select an option to see the answer and solution.

Which property is used to detect the browser’s user agent and code based on the pertinent cases?

Select an option to see the answer and solution.

Some users have requested tests for IE’s float double margin bug, and support for position:fixed. Which API is suitable for them?

Select an option to see the answer and solution.

___________ is an open source JavaScript library that allows support for different levels of experiences based on the capabilities of each browser.

Select an option to see the answer and solution.

____________ allows you to add custom styles to the document and test an element afterwards.

Select an option to see the answer and solution.

Modernizr does actually add missing functionalities to browsers save for the HTML5 tags styling support.

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

In which part of the HTML metadata is contained?

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

What is the role of charset attribute? It specifies

Select an option to see the answer and solution.

__________ prevents the page from being indexed altogether.

Select an option to see the answer and solution.

Which of the following is not supported in HTML5 ?

Select an option to see the answer and solution.

__________ prevents search engines from following links inside the page

Select an option to see the answer and solution.