Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
autoplay is used to start a video automatically - HTML
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
HTML
Q. Which attribute is used to start a video automatically?
- Published on 27 Aug 15
a.
submit
b.
select
c.
<video>
d.
autoplay
ANSWER: autoplay
Related Content
Networking (
207
)
Database (
97
)
C programming (
58
)
Software Engineering (
28
)
SQL (
5
)
HTML (
74
)
Web Technologies (
11
)
Data Structure (
140
)
Operating System (
96
)
Java (
25
)
Oracle (
5
)
C++ (
50
)
Algorithms (
7
)
PL/SQL (
13
)
JavaScript (
7
)
XML (
0
)
CSS (
1
)
Discussion
Nirja Shah
-Posted on 06 Nov 15
autoplay
- This attribute is a boolean attribute.
- Whenever this attribute is used, the video starts playback automatically without stopping the loading of the rest of the data.
- This attribute is even used for the audio attribute.
<video> tag
- It specifies the video, such as a movie clip or other video streams.
- There are 3 video formats supported by the <video> element:
1. MP4 - MPEG 4 files with H264 video codec and AAC audio codec
2. WebM - WebM files with VP8 video codec and Vorbis audio codec
3. Ogg - Ogg files with Theora video codec and Vorbis audio codec
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲