HTML5 Beginner Quiz

HTML 5 Beginner Quiz

 



HTML5 Beginner Quiz contains set of 50 HTML5 MCQ Questions With Answers which will help you to clear Expert level quiz.
These questions are prepared from W3School website.



1.The<——–>elementspecifiesalistofpre-definedoptionsforan<input>element.
ans:-
DATALIST
2.Thepurposeofthe<keygen>elementistoprovideasecurewaytoauthenticateusers
ans:-
Whentheform issubmitted,twokeysaregenerated,oneprivateandonepublic
3.The<inputtype=”—-“>isusedforinputfieldsthatshouldcontainadate
ans:-
DATE
4.The<inputtype=”—-“>allowstheusertoselectamonthandyear.
ans:-
“MONTH”
5.The<inputtype=”——“>allowstheusertoselectatime(notimezone).
ans:-
TIME
6.The<inputtype=”———–“>specifiesadateandtimeinputfield,withnotimezone.
ans:-
DATETIME-LOCAL
7.The<inputtype=”———-“>isusedforinputfieldsthatshouldcontainane-mailaddress.
ans:-
EMAIL
8.The<inputtype=”——“>isusedforinputfieldsthatshouldcontainaURLaddress.
ANS:-
URL
9.Theautocompleteattributespecifieswhetheraform orinputfieldshouldhaveautocomplete?
ans:-
ONROFF
example-(((<form action=”action_page.php”autocomplete=”***on***”>)))
10.The–attributespecifiesthattheinputfieldshouldautomaticallygetfocuswhenthepage
loads?
ans:-
AUTOFOCUS
11.The—attributespecifiesthattheuserisallowedtoentermorethanonevalueinthe<input>
element.
ans:-
MULTIPLE
12.The—–attributespecifiesaregularexpressionthatthe<input>element’svalueischecked
against.
ans:-
PATTERN
13.Definesacaptionfora<figure>element
ans:-
FIGCAPTION
14.Definesmarkedorhighlightedtext
ans:-
MARK
15.notsematic
ans:-
DIV&SPAN
16.Theelementspecifiesindependent,self-containedcontent.
ans:-
ARTICLE
17.audioaresupported&no.of bytheHTML5standard
ans:-
3(MP3,OGG,WAV)
18.InHTML5,thereare–supportedvideoformats
ans:-
3(MP4,WebM,andOgg)
19.Plug-inscanbeaddedtowebpageswiththe<—>tag
ans:-
OBJECTOREMBED
20.the<—–>elementdoesnothaveaclosingtag..
ans:-
EMBED
21.whichisnotainputtype
ans:-METER
22.whichinputtypewillgivetheoutputofnumberQuantity(between1and5):
ans:-
<inputtype=”number”name=”quantity”min=”1″max=”5″>
23.whichisusedforinputfieldsthatshouldcontainatelephonenumber.
ans:-
<inputtype=”tel”value=”mobilenum”>
24.whichattributespecifieshowtheform datashouldbeencodedwhensubmitted
ans:-
FORMENCTYPEAttribute
25.TheHTML<**CANVAS**>elementisusedto.
ANS:-
drawgraphics,onthefly,viaJavaScri