Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Tags used to display audio & video - HTML
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
HTML
Q. Which tags can be used to display the audio and video?
- Published on 27 Aug 15
a.
<audio>
b.
<video>
c.
both a & b
d.
none of the above
ANSWER: both a & b
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
<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
<audio> tag
- Initially there was no standard for playing audio files on a web page.
- Audio files could only be played with a plug-in (like flash).
- In HTML5 the <audio> element specifies a standard way to embed audio in a web page.
- The controls attribute adds audio controls, like play, pause, and volume.
- Text between the <audio> and </audio> tags will display in browsers that do not support the
element.
- The Multiple <source> elements can link to different audio files.
- The browser will use the first recognized format.
➨
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
▲