HTML 5
HTML 5
features---------Use Modernizr
Which of the following input control represents a date (year, month, day) encoded
according to ISO 8601 in Web Form 2.0?---- date
Which HTML5 tag would you use to define footer?----footer
Which of the following tag represents an independent piece of content of a document
in HTML5?-----article
What happens if you view a new HTML5 form input type in an older browser--------It
reverts to standard text input
What is the HTML5 Stack?------HTML5, CSS3, JavaScript
If you do not put "<!doctype html>", will HTML5 tags work------No, Browser will not
be able to detect HTML and the tags will not function properly
Audio element can be programmatically controlled from-----javascript
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
The controls attribute adds audio/video controls like PLAY, PAUSE and VOLUME-----
true
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
Semantic HTML5 elements allows data to be shared and reused across applications,
enterprises, and communities.-----true
Are HTML5 tags case sensitive----false
How do you place a canvas element with an ID of canvas1 into a JavaScript
variable?-----var canvas1 = document.getElementById('canvas1');
Scalable Vector Graphics are defined in which markup language?-----XML
SVG is mostly useful for vector type diagrams like-----charts and 2D graphs
Which of the following is not true about SVG graphics?------Graphics in SVG are
defined using Java script
Which is best suited for applications with large rendering areas e.g.: Google
maps?-------- SVG
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---- both
Which of the following is not true about Canvas?------Canvas is well suited for
intense graphics,,,
Which of the following new features of HTML5 can be used for long running
tasks?-----web workers
Which of the following statements about Modernizer is true?-----It detects which
features the browser supports
Web Apps can start faster and work even if there is no internet connection when you
use-----app cache
Which for the following API's can be used to suggest near by restaurants in a
restaurant finder app?-----Geolocation API
Websites can store data on users computer using Web Storage. How is Web Storage
different from Cookies?----all the option
Application Cache enables------all the option
Which API can be used to display thumbnail image of a file being uploaded in a
HTML5 Photo sharing website?-----file api
Data from Web Storage is sent to server with every request, giving a big advantage
compared to Cookies.----false
SVG graphics do NOT lose any quality if they are zoomed or re-sized.----true
which of the following is not a loca function----- get element by localId()