Presentation is loading. Please wait.

Presentation is loading. Please wait.

TNPW1 Ing. Jiří Štěpánek.  In current version (XHTML 1.0 strict)  No multimedia elements  No semantics elements  Only few input types  Only few document.

Similar presentations


Presentation on theme: "TNPW1 Ing. Jiří Štěpánek.  In current version (XHTML 1.0 strict)  No multimedia elements  No semantics elements  Only few input types  Only few document."— Presentation transcript:

1 TNPW1 Ing. Jiří Štěpánek

2  In current version (XHTML 1.0 strict)  No multimedia elements  No semantics elements  Only few input types  Only few document events Ing. Jiří Štěpánek

3  Structured layout (semantics)  Multimedia content, Canvas  New form input types  Web Storage  Web Sockets  New document events  etc… Ing. Jiří Štěpánek

4

5

6 ............... Ing. Jiří Štěpánek

7  Current HTML standard does not have elements for multimedia content  Third party add-ons must be installed when need to for example play a video within a page (Flash, Silverlight, Java applets)  In HTML 5 – element audio and video Ing. Jiří Štěpánek

8 Download movie var video = document.getElementById("video"); Přehrát Pozastavit Audio/Video can be controlled by javascript Ing. Jiří Štěpánek

9  Drawing area  Can be controlled by JS  It is possible do draw graphics primitives inside canvas Ing. Jiří Štěpánek

10  Extending the type attribute of element input  datetime  date  month  week  time  number  range  email  url  search  color Ing. Jiří Štěpánek

11 Ing. Jiří Štěpánek

12  Web page can store data on local system  LocalStorage ▪ Data visible for one domain ▪ Data will not be deleted after closing browser window  SessionStorage ▪ Data visible for one page ▪ Data will be deleted after closing browser window Ing. Jiří Štěpánek

13  Technology of persistent connection between client and web application.  Client can be notified by server  No need for periodical queries  Impossible in older HTML versions Ing. Jiří Štěpánek

14

15

16  SVG = Scalable Vector Graphics  Vector graphics  Stored in XML format  Resolution independent  Can be animated Ing. Jiří Štěpánek

17 Ing. Jiří Štěpánek, převzato z http://www.w3schools.com/html/html5_svg.asp

18  Questions?  Next – CSS3  Sources:  http://www.w3schools.com/html/html5_intro.asp http://www.w3schools.com/html/html5_intro.asp Ing. Jiří Štěpánek


Download ppt "TNPW1 Ing. Jiří Štěpánek.  In current version (XHTML 1.0 strict)  No multimedia elements  No semantics elements  Only few input types  Only few document."

Similar presentations


Ads by Google