Home
MCQS
HTML MCQ Quiz Hub
HTML Mcq Question Set 6
Choose a topic to test your knowledge and improve your HTML skills
1. Which of the following type attributes of input element defines control for entering a telephone number?
mob
tel
mobile
telephone
2. Which element represents a control for generating a public-private key pair?
Ins
keygen
key
command
3. Which element represents marked or highlighted text for reference purposes?
highlight
mark
strong
blink
4. Which element(s) represents a section of a document that links to other documents?
navigation
anchor tag
nav
option
5. Which of the following element marks the ruby text component of a ruby annotation?
r
rt
ruby
rubytxt
6. Subtitle tracks and caption tracks to be specified for audio and video elements can be added using which of the following element?
sink
track
stable
caption
7. Which of the following is not the property of SVG images?
SVG images are scalable
SVG images are zoomable
SVG is an open standard
SVG images are resolution dependent
8. _______ drawings can be dynamic and interactive.
Canvas based
SVG
CSS3
avaScript
9. Which element must reference a resource that can provide an image for the cursor graphic?
hover
i
cursor
fill
10. Which element serves as a container for atomic filter operations?
filter
feimage
feblend
tref
11. The __________ element must reference either an ‘altGlyphDef’ element or a ‘glyph’ element.
href
src
animate
altGlyph
12. The ____ element must reference a ‘linear Gradient’ or ‘radialGradient’ element.
script
radialGradient
animateTransform
clip-Path
13. Which property of SVG restricts the region to which paint can be applied?
animateTransform
clip-Path
linearGradient
radialGradient
14. Which SVG element produces the same effect as if the nodes were deeply cloned into a non-exposed DOM?
tref
use
stroke
bin
15. Which of the following MP3 player has not been written in Flash?
musicplayer.sourceforge.net
www.wimpyplayer.com
flash-mp3-player.net
soundcloud.com
16. Which of the following is not the attribute for <audio> element?
controls
src
preload
width
17. What is the work of controls?
specify the path to an audio file
indicates if the player displaying controls
audio starts playing automatically
18. Which element is used for inserting more than one audio file?
&lt;source&gt;
&lt;src&gt;
&lt;command&gt;
&lt;ins&gt;
19. What is the work of src?
audio starts playing automatically
play again after finishing the audio
specify the path to an audio file
insert more than one audio
20. Which of the following file extension is not used for audio MIME?
.ogv
.aac
.wav
.webm
21. Which format is a restricted version of Matroska?
WebM
Ogg Opus
Ogg Flac
MP4 Flac
22. Which format is not supported in Internet Explorer?
WebM
Ogg Theora Vorbis
MP4 H.264
MP3
23. Which browser does not support MP4 H.264 format?
Opera
Chrome
Safari
Internet Explorer
24. MP3 format is not supported by ____________
Firefox
Chrome
Safari
Opera
25. WAVE PCM is not supported by
Chrome
Firefox
Safari
Internet Explorer
26. Flac is supported by ___________
Firefox
Chrome
Safari
nternet Explorer
27. Which of the following is not a Boolean attribute for <audio> element?
autoplay
loop
muted
28. What can not be done by controls attribute?
playback
resume playback
pause playback
looping
29. Which browser supports mozCurrentSampleOffset?
Chrome
Internet Explorer
Opera
Firefox
30. What is the default type of ‘type’ attribute of <input> element?
Text
Password
Numerals
Special Characters
31. Which of the following is a new input attribute introduce by HTML5?
text
checkbox controls
submit buttons
date
32. How does the color attribute work?
Changes color of the text
Changes background color
The color picker is defined by it
Changes color of the text as well as background
33. Which attribute is used for activation of JavaScript?
button
checkbox
url
submit
34. Which attribute defines the file-select field?
file
checkbox
button
text
35. How image attribute works?
Sets an image background
Set an image as submit button
Set an image anywhere on the page
36. month attribute defines ___________
the only month
month and year
date
date and time
37. week attribute defines ___________
week
year
week and year
week, month and year
38. tel attribute is supported by the _________ browser.
Chrome
Safari
Opera
Internet Explorer
39. Which attribute is not used on new forms?
size
text
name
maxlength
40. Which of the following is not used with password attribute?
name
size
maxlength
min
41. Which element is used to create multi-line text input?
text
textarea
submit
radio button
42. Which attribute is not used for the radio type?
name
value
checked
selected
43. Which attribute is used with <select> element?
multiple
selected
name
value
44. Before HTML5 where data had to be stored?
cookies
browser
only in Internet Explorer
only in Chrome
45. In localStorage object data
is deleted after the browser has been closed
is not deleted after the browser has been closed
can be seen but can not edit
can be seen as well as edit
46. In sessionStorage object data __________
is not deleted after the browser has been closed
can be seen but can’t edit
can be seen as well as edit
is deleted after the browser has been closed
47. What is the limit of character storage for chrome 23.0 in localStorage?
unlimited
none
1021 k
4.98 M
48. What is the limit of character storage for chrome 23.0 in sessionStorage?
510 k
unlimited
1021 k
2.49 M
49. Which of the following is not a web storage interface?
storage
window
storageEvent
privacy
50. Which of the following returns a number of value pairs?
storage.key(n)
storage.length
storage.setItem(key,value)
storage.clear()
Submit