Saturday, 18 August 2012

HTML5 Awsomw Quiz Questions & Answers - 2

1. The "contenteditable" attribute is used to...
   a) Update content dynamically from server.
   b) Allow the user to edit only text contained  within the element.
   c) Allow the user to edit any text and markup contained within the element.
   d) Allow the user to edit only images contained within the elements.
Ans. C

2.
Which of the following is not the event of Video Tag in HTML 5 ?
   a) readyToPlay   b) play   c) emptied   d) abort
   Ans . readyToPlay

3. Which of the JavaScript objects are not accessible by web workers ?
   a) event   b) variables   c) document object   d) None. 
Ans. document object

4. Canvas in HTML 5.0 is a 
   a) List element   b) Element   c) Styling attribute   d) None.
   Ans . Element

5. In html5 SSE stands for...
   a) Server side event   b) Server sent event   c) Source server event.
Ans. Server sent event

6. Which tag of HTML5 is not supported by any browser?
   a) track   b) figcaption   c) bid   d) embed
Ans. track

7. Is it compulsory to write <html> tag in html file?
   a) Yes   b) No
Ans. No

8. Is it compulsory to write <body> tag in html file?
   a) Yes   b) No
Ans. No

9. Which of the elements are supported in mobile platform in HTML5?
   a) 3D canvas   b) micro data   c) Filereader   d) None
Ans. None

10. Which method is used to stop web worker?
   a) worker.stop()   b) w.terminate()   c) w.stop()   d) worker.terminate()

2 comments:

  1. HTML5 is the 5th revision of basic HTML. Compare HTML4 HTML5 comes with many new features. Some of the Key features are Canvas, Media Elements, Form Elements, many tags, Application Cache, Local & Session Storage. Are you a UI Developer? In this week-end going to attained a walk-in. Read all possible HTML5 interview questions with Answers http://jharaphula.com/top-html5-interview-questions-with-answers

    ReplyDelete
    Replies
    1. I had worked a little on phonegap in my start up days. At that time I used HTML5. Now I am working in core java. Thanks for link.. :)

      Delete