1 Flashcards
In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizer
TRUE
________ is a resource loader (CSS and JAVASCRIPT) that was made to specifically to work side-by-side with Modernizr
Modernizr.load
_______ is used to test whether geolocation is supported in old browsers
Navigator.userAgent
Modernizr does actually add missing functionalities to browsers save for the HTML 5 tags styling support
FALSE
______ allows you to add custom styles to the document and test an element afterwards
Modernizr.testStyles()
____ is an open source JavaScript library that allows support for different levels of experience based on the capabilities of each browser.
Modernizr
Some user have requested test of IE’s float double margin bug, and support for position:fixed. Which API is suitable for them
addTest() Plugin API
Which property is used to detect the browser’s user agent and code based on the pertinent cases.
navigator.userAgent
Which one of the following is not a step to install a library you need to perform the compatibility in browsers?
None of the mentioned
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 ?
HTML5 Shiv
If your browser supports HTML5 microdata API, there will be a _______ function on the global document object
getItems()
The ______ is an instruction to the web browser about the version of HTML page.
<!DOCTYPE>
For defining the possible line break which tag do we have to use in HTML 5?
<wbr></wbr>
_____ tag is used to specify an inline frame
<jframe>
</jframe>
SVG graphics do not lose quality when they are resized?
TRUE
The doctype should already be on the first line of every HTML page
YES
Following code is used for <video width=“320? height=“240? controls=“controls”> <source src=“test.mp4? type=“video/mp4? /> </video>
Display Video
Given statements is true or false: “Web worker script is dependent on other script”
Yes
In HTML 5 width attribute specific the width of the ________
Inline Frame
Which of the following are input type attribute in HTML 5?
1. Search 2. Datetime 3.week 4. Color 5. Track 6. Placeholder
1,2,3,4,6
______property returns the url of current audio/ video
currentSrc
______ allows you to set some elements to be editable inside the browser
contenteditable
Where does web worker(s) script run?
In background
Which attribute enables a set of extra restrictions on any content hosted by the <iframe>
Sandbox

102
How can you make a numbered list?
103
How can you make a bulleted list?
|