HTML MCQ Quiz Hub

HTML Mcq Question Set 9

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

1. In HTML Audio/Video DOM ____ returns a TextTrackList object representing the available text tracks.




2. Which of the following statement is not true?




3. To draw on the canvas, authors must first obtain a reference to a context using the _____ method of the canvas interface element.




4. The ___ method must add the scaling transformation described by the arguments to the transformation matrix.




5. Which method must clear the pixels in the specified rectangle that also intersects the current clipping region to a fully transparent black, erasing any previous image?




6. When the ____ method is passed an animated image as its image argument, the user agent must use the poster frame of the animation, or, if there is no poster frame, the first frame of the animation.




7. The ____ method must create a new clipping region by calculating the intersection of the current clipping region and the area described by the current path, using the non-zero winding number rule.




8. The ____ method must fill all the subpaths of the current path, using fillStyle, and using the non-zero winding number rule.




9. Which of the following methods must empty the list of subpaths so that the context once again has zero subpaths?




10. Which of the following is not a type of attribute for input tag?




11. The new ___ element is supposed to represent some form of extra details, such as a tooltip or revealed region that may be shown to a user.




12. The ____ element may contain not just links but also other interactive items, including the newly introduced command element.




13. The ____ attribute effectively renders the iframe as an inline include, which allows the parent document’s CSS to affect the contents of the iframe.




14. Which of the following allows the sandboxed iframe to run scripts from the same domain?




15. ____ allows the iframe to pull in content from elsewhere in the same domain.




16. What does ‘On-Screen Action’ means in the testing of HTML5 applications?




17. What can be used to verify a displayed graphics?




18. Which element has been removed from HTML5 (W3C) specification?




19. Which of the following is used for plug-in content?




20. Which of the following does not lie under the attribute of <input> and is not supported by Opera?




21. Which is the new attribute of <input> element that is used to change the appearance of checkbox?




22. Which attribute does not lie inside <a> and <area> elements?




23. Which element does not support autofocus attribute?




24. Which element does not support form attribute?




25. Which attribute of <input> element can be used both with <datalist> and <select> elements?




26. Which is not a Boolean attribute?




27. Which of the following is not the keyword of form method attribute?




28. What is the work of async attribute?




29. Which is not <iframe> attribute?




30. Which is not a new global attribute in HTML5?




31. How do we write comments in HTML5?




32. Which one is correct syntax?




33. Which of the following is not example of block element?




34. What does semantic markup not define?




35. How many levels of headings HTML has?




36. What is the size of content of an <h1> element?




37. What is the tag used for making character appearance bold?




38. For writing chemical formula of water which tag will be used?




39. which tag will be used For raising number to a power?




40. What is the use of <hr/> tag?




41. Which of the following is not an empty element.




42. Which attribute is not essential under <iframe>?




43. Which is not the attribute of <meta> element?




44. Copyright symbol can be included by _____




45. Attributes that allow to identify particular element are _______




46. All elements are identified by their ____ and are marked up using either start tags and end tags or self-closing tags.




47. The ____ element represents a span of text that is isolated from its surroundings for the purposes of bidirectional text formatting.




48.  The interactive element audio with the attribute controls must not appear as a descendant of which element?




49. A ____ element must have a start tag but must not have an end tag.




50. Which type attribute of input element sets the element’s value to a string representing a number?