Vous êtes sur la page 1sur 3

QUESTIONNAIRE HTML5

Based on the Reading HTML document for Activity answer the following questions:

1. Can you use HTML5 to write web applications that work off line?

R/: yes, HTML5 can be used to write web applications that still work when you are not

online.

2. Mention four of the groups that includes the HTML5

R/: some of the groups that includes the HTML5, Microsoft, Mozilla, Nokia, Opera

3. Which two groups created the HTML5?

R/: HTML5 is a cooperation between the World Wide Web Consortium (W3C) and the Web

Hypertext Application Technology Working Group (WHATWG).

4. Mention and describe three of the New Media elements in the HTML5?

R/: 1. <audio> Defines sound content

2. <track>Defines text tracks for <video> and <audio>

3. <source> Defines multiple media resources for <video> and <audio>


5. What is SGV?

R/: Scalable Vector Graphics, is used to define vector-based graphics for the Web

6. What is SGV used for?

R/: SVG is used to define vector-based graphics for the Web and defines the graphics in

XML format

7. Which browsers support HTML5?

R/: Safari, Chrome, Firefox, Opera, Internet Explorer

8. What new elements or features would you include to the HTML5?

R/:

The <canvas> element for 2D drawing

The <video> and <audio> elements for media playback

Support for local storage

New content-specific elements, like <article>, <footer>, <header>, <nav>,

<section>

New form controls, like calendar, date, time, email, url, search

Vous aimerez peut-être aussi