Basic Html - Study Mode

[#101] This is used to <meta http-equiv="X-UA-Compatible" content="IE=8">
Correct Answer

(B) mimic behaviour of IE8

Explanation

Solution: It provides fallback for IE8.

[#102] 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 ?
Correct Answer

(B) HTML5 Shiv

Explanation

Solution: HTML5 Shiv is a JavaScript workaround, invented by Sjoerd Visscher, to enable styling of HTML5 elements in versions of Internet Explorer prior to version 9, which do not allow unknown elements to be styled without JavaScript.

[#103] Which one of the following is not a step to install a library you need to perform the compatibility in browsers ?
Correct Answer

(D) None of the mentioned

Explanation

Solution: All steps are required.

[#104] Which property is used to detect the browser’s user agent and code based on the pertinent cases?
Correct Answer

(A) navigator.userAgent

Explanation

Solution: An old strategy was to look at the property navigator.userAgent to detect the browser’s user agent and code based on the pertinent cases.

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

(B) addTest() Plugin API

Explanation

Solution: A custom plug-in uses code that you write and attach to a load test or a Web performance test.