Basic Html - Study Mode
[#66] What does <main> include?
Correct Answer
(C) Article
[#67] Which of the following prints bold letters in traditional HTML? i. Bold Text ii. Bold Text iii. Bold Text iv. Bold Text
Correct Answer
(C) i, ii, iii, and iv
[#68] Which symbol is used when HTTP request does not apply to the particular source?
Correct Answer
(B) '*'
[#69] ___________ is used to test whether geolocation is supported in old browsers.
Correct Answer
(C) Navigator.userAgent
Explanation
Solution: Since Modernizr is a JavaScript object with methods, we can use Modernizr.geolocation to test whether geolocation is supported.
[#70] ____________ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.
Correct Answer
(C) Modernizr.load
Explanation
Solution: Modernizr.load is optional in your build, but if you are loading polyfills, there’s a good chance it can save you some bandwidth and boost performance a bit.