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

HTML 5

The document contains definitions and descriptions of various HTML5 concepts, elements, attributes and APIs. It provides details about HTML5 features like new form elements, semantic elements, audio/video embedding, canvas vs SVG, geolocation API, web workers and app cache. It also answers questions on HTML5 compatibility, browser support for new tags, and differences between web storage and cookies.

Uploaded by

david
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
220 views

HTML 5

The document contains definitions and descriptions of various HTML5 concepts, elements, attributes and APIs. It provides details about HTML5 features like new form elements, semantic elements, audio/video embedding, canvas vs SVG, geolocation API, web workers and app cache. It also answers questions on HTML5 compatibility, browser support for new tags, and differences between web storage and cookies.

Uploaded by

david
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

What is the recommended method to detect browser compatibility for

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

What are the new form elements introduced in HTML5------datalist,keygen, output


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
Which of the following attribute triggers events when a form changes?-------
onfromchange
Which Semantic element is best suitable for content like blog post that is self
contained, independent and can be republished?-----artical

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()

You might also like