Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. Which of the following can’t be the value of list-style-type?
Correct Answer is : ellipse
2. For displaying a list horizontally, we can use ______________
Correct Answer is : display:inline
3. Which attribute is only used with ?
Correct Answer is : start
4. Which element is restricted to inline content?
Correct Answer is :
5. Which element was designed for creating multicolumn directory lists?
Correct Answer is : dir
6. The content property does not include __________
Correct Answer is : Color
7. Which character is used to differentiating between choices to list items?
Correct Answer is : ‘|’
8. Which of the following is not true regarding to counter?
Correct Answer is : counter(string)
9. What are
tags used for?
Correct Answer is : To logically divide the document
10. 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 is : HTML5 Shiv
11. Which one of the following is not a step to install a library you need to perform the compatibility in browsers?
Correct Answer is : None of the mentioned
12. Which property is used to detect the browser’s user agent and code based on the pertinent cases?
Correct Answer is : navigator.userAgent
13. 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 is : addTest() Plugin API
14. ___________ is an open source JavaScript library that allows support for different levels of experiences based on the capabilities of each browser.
Correct Answer is : Modernizr
15. ____________ allows you to add custom styles to the document and test an element afterwards.
Correct Answer is : modernizr.testStyles()
16. Modernizr does actually add missing functionalities to browsers save for the HTML5 tags styling support.
Correct Answer is : FALSE
17. ___________ is used to test whether geolocation is supported in old browsers.
Correct Answer is : Navigator.userAgent
18. ____________ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.
Correct Answer is : Modernizr.load
19. In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizr.
Correct Answer is : TRUE
20. Which of the following element is used for canvas graphics?