HTML MCQ Quiz Hub

HTML Mcq Question Set 8

Choose a topic to test your knowledge and improve your HTML skills

1. What is DOM?




2. 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 ?




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




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




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




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




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




8. ____ is used to test whether geolocation is supported in old browsers.




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




10. In which part of the HTML metadata is contained?




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




12. What is the role of charset attribute? It specifies




13. ___ prevents the page from being indexed altogether.




14. Which of the following is not supported in HTML5?




15. ____ prevents search engines from following links inside the page.




16. Different meta tags are defined by changing the ___ attribute to a valid value.




17. ____ prevents search engines from showing a cached link for the page.




18. The value of the ___ attribute refers to the time interval in seconds before the refresh is performed.




19. ___ is an HTML specification used to add more information to HTML tags.




20. The microdata model consists of groups of name-value pairs known as ___




21. Every HTML element may have an __ attribute specified.




22. Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a meta element?




23. Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a time element?




24. The _ of an item is the value of its element’s itemid attribute.




25. If the element has an itemscope attribute, it returns an ___ object with all the element’s properties.




26. Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a data element?




27. Which method takes a string that contains an unordered set of unique space-separated tokens that are case-sensitive, representing types?




28. Which of the following applications/software can be used to create a favicon?




29. By default, iOS adds ____________ effects to icons.




30. Favicon stands for ______




31. Which attribute is used for favicon?




32. Which image file format is not supported in Firefox?




33. The favicon was standardized by the _______




34. In 2003, the .ico format was registered with the




35. The recommended basic size for a favicon is ___________ pixels.




36. _________ is the XML equivalent to strict HTML 4.01.




37. Which of the following statement is true?




38. The root element of an XHTML document must be html, and must contain an __________ attribute to associate it with the XHTML namespace.




39. Which of the following encoding an XML parser assumes?




40. __________ is an extended version of the XHTML markup language for supporting RDF through a collection of attributes and processing rules in the form of well-formed XML documents.




41. Which feature was already introduced before HTML5?




42. Which tag is used with JavaScript?




43. What application can one create even before the introduction of HTML5?




44. What is the correct syntax of doctype in HTML5?




45. What if one does not use the doctype in the starting of HTML document?




46. Which of the following is not semantic element for text in HTML5?




47. Which tag supports Non-English language?




48. Which element was not removed by HTML5?




49. Which of the following defines the title of a work?