

MCQOPTIONS
Saved Bookmarks
This section includes 110 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.
101. |
Which of the following is/are the property of SVG images?? |
A. | SVG images are scalable |
B. | SVG images are zoomable |
C. | SVG is an open standard |
D. | All of the mentioned |
Answer» E. | |
102. |
___________ 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» B. details | |
103. |
In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start over again when finished. |
A. | loop |
B. | autoplay |
C. | seeking |
D. | played |
Answer» B. autoplay | |
104. |
Which of the following HTML 4 attributes is removed in HTML5? |
A. | text |
B. | rules |
C. | link |
D. | all of the mentioned |
Answer» E. | |
105. |
What is the replacement for cookies in HTML5? |
A. | Web beacons |
B. | Java scripts |
C. | Local Storage |
D. | All the above |
Answer» D. All the above | |
106. |
Which boolean attribute if specified, will allow video automatically seek back to the start after reaching at the end. |
A. | autoplay |
B. | autobuffer |
C. | loop |
D. | controls |
Answer» D. controls | |
107. |
The __________ element represents a span of text that is isolated from its surroundings for the purposes of bidirectional text formatting |
A. | b |
B. | bdi |
C. | bdo |
D. | base |
Answer» C. bdo | |
108. |
Subtitle tracks and caption tracks to be specified for audio and video elements can be added using which of the following element? |
A. | sink |
B. | track |
C. | stable |
D. | caption |
Answer» C. stable | |
109. |
Which of the following element sets is an item of microdata? |
A. | itemscope |
B. | itemref |
C. | itemtype |
D. | none of the mentioned |
Answer» B. itemref | |
110. |
In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start playing as soon as it is loaded. |
A. | controls |
B. | audio Tracks |
C. | autoplay |
D. | currentSrc |
Answer» D. currentSrc | |