Home
MCQs
HTML MCQs
HTML5 MCQs
HTML MCQs

HTML MCQs - HTML5 MCQs

HTML5 MCQs page consists html5 new elements and new features like video, article, aside, details, figure, header, main, mark, progress, section and time

1. Which one of the following is an open source JavaScript library that enables styling for HTML5 elements in versions of Internet Explorer before IE 9 ?

A. HTML5

B. HTML5 Shiv

C. HTML5 Shim

D. HTML5 Sham

Answer: B

2. Modernizr does actually add missing functionalities to browsers save for the HTML5 tags styling support.

A. TRUE

B. FALSE

C. Nothing Can be Said

D. None of the mentioned

Answer: B

3. How many times can HTML5 events be fired?

A. Multiple

B. One

C. Only two

D. Zero

Answer: A

4. Which header field defines meta information?

A. Request-header

B. Response-header

C. General-header

D. Entity-header

Answer: D

5. _____________ defines a group of content that should be used as a figure and may be labeled by a legend element.

A. figure

B. details

C. output

D. aside

Answer: A

6. HTML5 documents may contains a ___________ element, which is used to set the header section of a document.

A. header

B. footer

C. section

D. drive

Answer: A

7. Which of the following is not a HTML5 tag?

A. <video>

B. <source>

C. <track>

D. <slider>

Answer: D

8. What will happen if height and width of video are not set while video loads?

A. page flickers

B. page does not load

C. page crash

D. page closes

Answer: A

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

A. WebM

B. MP4

C. Ogg

D. MP4 FLAC

Answer: C

10. Which of the following is not a HTML5 added form element?

A. <datalist>

B. <keygen>

C. <output>

D. <password>

Answer: D