Vidyalelo
HTML · all questions

HTML Multimedia
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

184

Questions

4/10

Page

Pick an option on a question to see the right answer and solution.

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

Select an option to see the answer and solution.

Consider the following markup and answer the question that follow.
<source src="html_5.mp4" type="video/mp4">
<source src="html_5.ogv" type="video/ogg">
What is the need to add multiple file formats for the same file?

Select an option to see the answer and solution.

For playing Flash Video you need to convert video into the . . . . . . . . format.

Select an option to see the answer and solution.

In HTML Audio/Video DOM, . . . . . . . . sets or returns whether the audio/video should be loaded when the page loads.

Select an option to see the answer and solution.

WebM format is not supported by . . . . . . . .

Select an option to see the answer and solution.

Which SVG element produces the same effect as if the nodes were deeply cloned into a non-exposed DOM?

Select an option to see the answer and solution.

What can't be the value of a quality attribute?

Select an option to see the answer and solution.

How does the color attribute work?

Select an option to see the answer and solution.

Which attribute is used for activation of JavaScript?

Select an option to see the answer and solution.

Which of the following element was redefined to represent user interface menus, including context menus?

Select an option to see the answer and solution.

month attribute defines . . . . . . . .

Select an option to see the answer and solution.

HTMLMinifier is written in . . . . . . . .

Select an option to see the answer and solution.

Consider the markup and answer the question that follow.
<? controls autobuffer autoplay>
</?>
Which HTML5 element can replace the "?" ?

Select an option to see the answer and solution.

Which of the following element is used for canvas graphics?

Select an option to see the answer and solution.

Which protocol is supported by Android browsers?

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

Which of the following is not the property of SVG images?

Select an option to see the answer and solution.

tel attribute is supported by the . . . . . . . . browser.

Select an option to see the answer and solution.

Which of the following is the predefined shape elements that can be used by developers?

Select an option to see the answer and solution.

The . . . . . . . . element is used to render simple graphics such as line art, graphs, and other custom graphical elements on the client side.

Select an option to see the answer and solution.