HTML Semantic Essential Questions
HTML Semantic Essential Questions
Which of the following input control represents a date (year, month, day)
encoded according to ISO 8601 in Web Form 2.0? date
Which Semantic element is best suitable for content like blog post that is
self contained, independent and can be republished? article
What are the new form elements introduced in HTML5 datalist keygen o/p
HTML5 audio tag has a number of attributes to control the look and feel
and various functionalities of the audio player. Which of the following is not
an attribute of HTML5 audio element? stop
Which attribute of the video tag specifies an image to be shown while the
video is downloading? poster
The controls attribute adds audio/video controls like PLAY, PAUSE and
VOLUME true
SVG is mostly useful for vector type diagrams like charts & 2D graphs
Which of the following is not true about Canvas? Each shape in canvas is
looked at as an object
Which of the following is not true about SVG graphics? Graphics & SVG
defined using javascript
Which of the following is true about 'canvas' tag in HTML5? (I) Easy way to
draw graphics using JavaScript (II) Can be use to make Animations I & II
Which of the following new features of HTML5 can be used for long running
tasks? Webworkers
Data from Web Storage is sent to server with every request, giving a big
advantage compared to Cookies. False
Which for the following API's can be used to suggest near by restaurants in
a restaurant finder app? Geolocation
Websites can store data on users computer using Web Storage. How is
Web Storage different from Cookies? All
Which API can be used to display thumbnail image of a file being uploaded
in a HTML5 Photo sharing website? Fileapi