Explore topic-wise MCQs in Html.

This section includes 23 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.

1.

Consider the following markup and answer the question that follow.
<source src="html_15.mp4" type="video/mp4">
<source src="html_15.ogv" type="video/ogg">

What is the need to add multiple file formats for the same file?

A. To address the media support problem
B. To provide fallback support
C. To provide foul back support
D. To provide fallback support & address the media support problem
E. None of these
Answer» E. None of these
2.

Which of the following is not the attribute for

A. width
B. preload
C. src
D. controls
E. None of these
Answer» B. preload
3.

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

A. <video>
B. <audio>
C. both <audio> & <video>
D. <media>
E. None of these
Answer» D. <media>
4.

MP3 format is not supported by ____________.

A. Opera
B. Firefox
C. Chrome
D. Safari
E. None of these
Answer» B. Firefox
5.

Which of the following is not the promises of the open web platform?

A. Device Interconnection
B. Media and Real-Time Communications
C. Performance and Tuning
D. Security and Privacy
E. None of these
Answer» B. Media and Real-Time Communications
6.

Consider the markup and answer the question that follow.

A. <video>
B. <audio>
C. both <audio> & <video>
D. <media>
E. None of these
Answer» D. <media>
7.

Consider the following markup and answer the question that follow.

A. To address the media support problem
B. To provide fallback support
C. To provide foul back support
D. To provide fallback support & address the media support problem
E. None of these
Answer» E. None of these
8.

HTML5 brings to the Web video and audio tracks without needing plugins.

A. False
B. True
C. NA
D. NA
E. NA
Answer» C. NA
9.

Which of the following HTML Video Media Type is not supported in IE?

A. Ogg
B. MP4 FLAC
C. MP4
D. WebM
E. None of these
Answer» B. MP4 FLAC
10.

Which tag is used to defines multiple media resources for media elements audio and video?

A. <video>
B. <audio>
C. <canvas>
D. <source>
E. None of these
Answer» E. None of these
11.

Which of the following is not the attribute for

A. width
B. preload
C. src
D. controls
E. None of these
Answer» B. preload
12.

Flac is supported by ___________.

A. Safari
B. Internet Explorer
C. Firefox
D. Chrome
E. None of these
Answer» D. Chrome
13.

WAVE PCM is not supported by _________.

A. Internet Explorer
B. Safari
C. Chrome
D. Firefox
E. None of these
Answer» D. Firefox
14.

Which one of the following site will provide FLV player?

A. www.pixlr.com
B. www.sxc.com
C. www.longtailvideo.com
D. www.fotolia.com
E. None of these
Answer» D. www.fotolia.com
15.

Which of the following tag is used for audio in HTML5?

A. <canvas>
B. <video>
C. <audio>
D. <bgsound>
E. None of these
Answer» D. <bgsound>
16.

WebM format is not supported by _______.

A. Firefox
B. Opera
C. Android
D. Safari
E. None of these
Answer» E. None of these
17.

In HTML Audio/Video DOM __________ sets or returns whether the audio/video should start over again when finished.

A. autoplay
B. seeking
C. loop
D. played
E. None of these
Answer» D. played
18.

In HTML Audio/Video DOM __________ sets or returns whether the audio/video should start playing as soon as it is loaded.

A. audio Tracks
B. currentSrc
C. controls
D. autoplay
E. None of these
Answer» E. None of these
19.

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

A. startDate
B. videoTracks
C. textTracks
D. readyState
E. None of these
Answer» D. readyState
20.

In HTML Audio/Video DOM __________ returns a MediaError object representing the error state of the audio/video.

A. error
B. mediaGroup
C. seeking
D. ended
E. None of these
Answer» B. mediaGroup
21.

Full screen support will not work in ____________.

A. Firefox
B. Opera
C. Safari
D. Internet Explorer
E. None of these
Answer» D. Internet Explorer
22.

What can t be the value of a quality attribute?

A. low
B. high
C. automedium
D. autolow
E. None of these
Answer» D. autolow
23.

codecs is used with _______.

A. auto
B. loop
C. type
D. src
E. None of these
Answer» D. src