Following code is used for
<video width=“320″ height=“240″ controls=“controls”>
<source src=“test.mp4″ type=“video/mp4″ />
</video>

Options
- display audio
- display video
- display text
- display image


CORRECT ANSWER : display video

Discussion Board
Explanation-

The controls attribute adds video controls, like play, pause, and volume.

Always include width and height attributes. If height and width are not set, the page might flicker while the video loads.

The <source> element allows to specify alternative video files which the browser may choose from. The browser will use the first recognized format.


Sapna 02-23-2017 06:04 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement