Presentation is loading. Please wait.

Presentation is loading. Please wait.

@ 翁玉礼 HTML5 Discuss. Compare to html4 Canvas Video and audio Local offline store New form control.

Similar presentations


Presentation on theme: "@ 翁玉礼 HTML5 Discuss. Compare to html4 Canvas Video and audio Local offline store New form control."— Presentation transcript:

1 @ 翁玉礼 HTML5 Discuss

2 Compare to html4 Canvas Video and audio Local offline store New form control

3 Canvas var canvas=document.getElementById('myCanvas'); var ctx=canvas.getContext('2d'); //get context ctx.fillStyle='#FF0000'; //draw color ctx.fillRect(0,0,80,100); //fill in

4 Video(new) Tips:Your browser not support video markup

5 Video(old) OR

6 offline storage localStorage //no time limit localStorage.lastname=“leon"; document.write(localStorage.lastname); sessionStorage //for one session sessionStorage.lastname=“leon"; document.write(sessionStorage.lastname);

7 New form control Email 、 url 、 number 、 range 、 date pickers 、 search 、 color…

8 Do you start to write with html5? Thanks!


Download ppt "@ 翁玉礼 HTML5 Discuss. Compare to html4 Canvas Video and audio Local offline store New form control."

Similar presentations


Ads by Google