HTML MCQ Quiz Hub

HTML Mcq Question Set 9

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

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





✅ Correct Answer: 4

Which of the following statement is not true?





✅ Correct Answer: 4

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





✅ Correct Answer: 3

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





✅ Correct Answer: 1

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?





✅ Correct Answer: 2

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.





✅ Correct Answer: 3

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.





✅ Correct Answer: 3

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





✅ Correct Answer: 1

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

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.





✅ Correct Answer: 3

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





✅ Correct Answer: 4

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





✅ Correct Answer: 2

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





✅ Correct Answer: 3

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





✅ Correct Answer: 1

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





✅ Correct Answer: 1

What can be used to verify a displayed graphics?





✅ Correct Answer: 2

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





✅ Correct Answer: 3

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





✅ Correct Answer: 1

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





✅ Correct Answer: 4

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





✅ Correct Answer: 1

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





✅ Correct Answer: 4

Which element does not support autofocus attribute?





✅ Correct Answer: 4

Which element does not support form attribute?





✅ Correct Answer: 3

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





✅ Correct Answer: 1

Which is not a Boolean attribute?





✅ Correct Answer: 4

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





✅ Correct Answer: 4

What is the work of async attribute?





✅ Correct Answer: 1

Which is not <iframe> attribute?





✅ Correct Answer: 3

Which is not a new global attribute in HTML5?





✅ Correct Answer: 3

How do we write comments in HTML5?





✅ Correct Answer: 1

Which one is correct syntax?





✅ Correct Answer: 2

Which of the following is not example of block element?





✅ Correct Answer: 4

What does semantic markup not define?





✅ Correct Answer: 4

How many levels of headings HTML has?





✅ Correct Answer: 1

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





✅ Correct Answer: 2

What is the tag used for making character appearance bold?





✅ Correct Answer: 1

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

What is the use of <hr/> tag?





✅ Correct Answer: 1

Which of the following is not an empty element.





✅ Correct Answer: 3

Which attribute is not essential under <iframe>?





✅ Correct Answer: 4

Which is not the attribute of <meta> element?





✅ Correct Answer: 4

Copyright symbol can be included by _____





✅ Correct Answer: 2

Attributes that allow to identify particular element are _______





✅ Correct Answer: 3

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





✅ Correct Answer: 2

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





✅ Correct Answer: 2

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





✅ Correct Answer: 4

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1