0% found this document useful (0 votes)
77 views

HTML Semantic Essential Questions

The document contains questions and answers related to HTML5 features such as forms, audio/video, canvas, SVG, geolocation API, and local storage. Some key points covered include: the new HTML5 form elements like datalist and keygen; attributes of the audio element; differences between SVG and canvas; features of Modernizr; and advantages of app cache over cookies.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views

HTML Semantic Essential Questions

The document contains questions and answers related to HTML5 features such as forms, audio/video, canvas, SVG, geolocation API, and local storage. Some key points covered include: the new HTML5 form elements like datalist and keygen; attributes of the audio element; differences between SVG and canvas; features of Modernizr; and advantages of app cache over cookies.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

What happens if you view a new HTML5 form input type in an older

browser reverts to standard text i/p

What is the HTML5 Stack? HTML5,CSS3,javascript

Which HTML5 tag would you use to define footer? Footer

Which of the following input control represents a date (year, month, day)
encoded according to ISO 8601 in Web Form 2.0? date

What is the recommended method to detect browser compatibility for


features modernizr

Which of the following tag represents an independent piece of content of a


document in HTML5? Article

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

Which of the following attribute triggers events when a form changes?


Onformchange

Which of the following tags represents a section of document used for


navigation? nav

Which of the following tags are no longer valid in HTML5? Align

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

How do you embed a video player using iframe

The controls attribute adds audio/video controls like PLAY, PAUSE and
VOLUME true

Audio element can be programmatically controlled from javascript


Which is best suited for applications with large rendering areas e.g.:
Google maps? Svg

SVG is mostly useful for vector type diagrams like charts & 2D graphs

Scalable Vector Graphics are defined in which markup language? XML

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

How do you place a canvas element with an ID of canvas1 into a


JavaScript variable? var canvas1 = document.getElementById("myCanvas1");

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 is not a localStorage function? getelementbyid()

Which of the following statements about Modernizer is true? Detects


feature which browser support

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

Application Cache enables: all


Web Apps can start faster and work even if there is no internet connection
when you use: app cache

Final assessment: 20/20

1. What are the new form elements introduced in HTML5? datalist


keygen o/p
2. 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
3. SVG graphics do NOT lose any quality if they are zoomed or re-
sized. True
4. Which of the following is not true about Canvas? Each shape in
canvas is looked at as an object
5. Which API can be used to display thumbnail image of a file being
uploaded in a HTML5 Photo sharing website? FileApi
6. Which of the following statements about Modernizer is true? Detects
feature which browser support
7. Which of the following input control represents a date (year, month,
day) encoded according to ISO 8601 in Web Form 2.0? date
8. Which of the following tags are no longer valid in HTML5? Align
9. The controls attribute adds audio/video controls like PLAY, PAUSE
and VOLUME. True
10. Which HTML5 tag would you use to define footer? Footer
11. What is the HTML5 Stack? HTML5,CSS3,javascript
12. Which of the following tags represents a section of document
used for navigation? Nav
13. Audio element can be programmatically controlled from
javascript
14. It is Mandatory that the doctype declaration is the first line of
every HTML5 Page true
15. Are HTML5 tags case sensitive No
16. Which for the following API's can be used to suggest near by
restaurants in a restaurant finder app? geolocationAPI
17. Which attribute of the video tag specifies an image to be shown
while the video is downloading? Poster
18. 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
19. Web Apps can start faster and work even if there is no internet
connection when you use: Appcache
20. Which of the following is not a localStorage function?
getelementbyID()

You might also like