Next generation of HTML
HTML5 Declaration
<!DOCTYPE HTML> <html> <head> <title>Title of the document</title> </head> <body> The content of the document...... </body> </html>
There are 3 different doctypes in HTML 4.01, but there is only one in HTML5.
<!DOCTYPE HTML>
HTML5 New Elements
The Canvas Element
Tag | Description |
---|---|
<canvas> | For making graphics with a script |
New Media Elements
Tag | Description |
---|---|
<audio> | For multimedia content, sounds, music or other audio streams |
<video> | For video content, such as a movie clip or other video streams |
<source> | For media resources for media elements, defined inside video or audio elements |
<embed> | For embedded content, such as a plug-in |
Reference:
http://slides.html5rocks.com/#landing-slide
http://www.w3schools.com/html5/default.asp
沒有留言:
發佈留言