SlideShare une entreprise Scribd logo
1  sur  26
HTML 5 Overview and  technical comparison March 02, 2009
Executive Summary ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Contents ,[object Object],[object Object],[object Object],[object Object]
What is HTML 5? (1/3) ,[object Object],[object Object],[object Object]
What is HTML 5? (2/3) ,[object Object],[object Object],[object Object],[object Object]
What is HTML 5? (3/3) ,[object Object],[object Object]
Differences from HTML 4 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Differences from HTML 4 ,[object Object],[object Object],[object Object],[object Object],[object Object]
Supported Web Browsers ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Supported Web Browsers ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Conclusions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Appendix  HTML 4 vs. HTML 5 Comparison
HTML 5 Reference (1/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 Defines the direction of text display < bdo >   4 Not supported. Use CSS instead < basefont > 5 4 Defines a base URL for all the links in a page <base> 5 4 Defines bold text <b> 5   Defines sound content <audio> 5   Defines content aside from the page content <aside> 5   Defines an article <article> 5 4 Defines an area inside an image map <area>   4 Not supported. Defines an applet <applet> 5 4 Defines an address element <address>   4 Not supported. Defines an acronym <acronym> 5 4 Defines an abbreviation < abbr > 5 4 Defines a hyperlink <a> 5 4 Defines the document type <!DOCTYPE>   5 4 Defines a comment <!--...-->   5    4  Description Tag
HTML 5 Reference (2/13) Source: http://www.w3schools.com/tags/html5.asp 5   Defines a dropdown list < datalist > 5   Defines data in a tree-list < datagrid > 5   Defines a command button <command> 5 4 Defines groups of table columns < colgroup > 5 4 Defines attributes for table columns  < col > 5 4 Defines computer code text <code> 5 4 Defines a citation <cite>   4 Not supported. Defines centered text <center> 5 4 Defines a table caption <caption> 5   Define graphics <canvas> 5 4 Defines a push button <button> 5 4 Inserts a single line break < br > 5 4 Defines the body element <body> 5 4 Defines a long quotation < blockquote >   4 Not supported. Defines big text <big>   5    4  Description Tag
HTML 5 Reference (3/13) Source: http://www.w3schools.com/tags/html5.asp 5   Defines a group of media content, and their caption <figure> 5 4 Defines a fieldset < fieldset > 5   Defines a target for events sent by a server <event-source> 5   Defines external interactive content or plugin <embed> 5 4 Defines emphasized text  < em > 5 4 Defines a definition term < dt > 5 4 Defines a definition list <dl> 5 4 Defines a definition term < dfn > 5 4 Defines a section in a document <div>   4 Not supported. Defines a directory list <dir> 5   Defines a dialog (conversation) <dialog> 5   Defines details of an element <details> 5 4 Defines deleted text <del> 5 4 Defines a definition description < dd > 5   Defines a data template < datatemplate >   5    4  Description Tag
HTML 5 Reference (4/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 Defines inserted text <ins> 5 4 Defines an input field <input> 5 4 Defines an image < img > 5 4 Defines an inline sub window (frame) < iframe > 5 4 Defines italic text <i> 5 4 Defines an html document <html> 5 4 Defines a horizontal rule <hr> 5   Defines a header for a section or page <header> 5 4 Defines information about the document <head> 5 4 Defines header 1 to header 6 <h1> to <h6>   4 Not supported. Defines a set of frames <frameset>   4 Not supported. Defines a sub window (a frame) <frame> 5 4 Defines a form  <form> 5   Defines a footer for a section or page <footer>   4 Deprecated. Defines text font, size, and color <font>   5    4  Description Tag
HTML 5 Reference (5/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 Defines a noscript section < noscript >   4 Not supported. Defines a noframe section < noframes > 5   Defines a nestingpoint in a datatemplate <nest> 5   Defines navigation links < nav > 5   Defines measurement within a predefined range <meter> 5 4 Defines meta information <meta> 5 4 Defines a menu list <menu> 5 4 Defines an image map  <map> 5   Defines marked text <mark> 5 4 Defines a resource reference  <link> 5 4 Defines a list item < li > 5 4 Defines a title in a fieldset <legend> 5 4 Defines a label for a form control <label> 5 4 Defines keyboard text < kbd >   4 Not supported. Defines a single-line input field <isindex>   5    4  Description Tag
HTML 5 Reference (6/13) Source: http://www.w3schools.com/tags/html5.asp 5   Defines a section <section> 5 4 Defines a script <script> 5 4 Defines sample computer code < samp >   4 Not supported. Defines strikethrough text <s> 5   Defines the rules for updating a template <rule> 5 4 Defines a short quotation <q> 5   Defines progress of a task of any kind <progress> 5 4 Defines preformatted text <pre> 5 4 Defines a parameter for an object < param > 5 4 Defines a paragraph <p> 5   Defines some types of output <output> 5 4 Defines an option in a drop-down list <option> 5 4 Defines an option group < optgroup > 5 4 Defines an ordered list < ol > 5 4 Defines an embedded object <object>   5    4  Description Tag
HTML 5 Reference (7/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 Defines a table header < th > 5 4 Defines a table footer < tfoot > 5 4 Defines a text area < textarea > 5 4 Defines a table cell <td> 5 4 Defines a table body < tbody > 5 4 Defines a table <table> 5 4 Defines superscripted text <sup> 5 4 Defines subscripted text <sub> 5 4 Defines a style definition <style> 5 4 Defines strong text <strong>   4 Not supported. Defines strikethrough text <strike> 5 4 Defines a section in a document <span> 5   Defines media resources <source> 5 4 Defines small text <small> 5 4 Defines a selectable list <select>   5    4  Description Tag
HTML 5 Reference (8/13) Source: http://www.w3schools.com/tags/html5.asp   4 Not supported. Defines preformatted text <xmp> 5   Defines a video <video> 5 4 Defines a variable < var > 5 4 Defines an unordered list < ul >   4 Not supported. Defines underlined text <u>   4 Not supported. Defines teletype text < tt > 5 4 Defines a table row < tr > 5 4 Defines the document title <title> 5   Defines a date/time <time> 5 4 Defines a table header < thead >   5    4  Description Tag
HTML 5 Standard Attributes (9/13) Source: http://www.w3schools.com/tags/html5.asp 5   Sets if the element is irrelevant or not. Irrelevant elements is not displayed true false irrelevant 5 4 A unique id for the element. Used with CSS or JavaScript id_name id 5   Sets if the user is allowed to drag the element or not true false auto draggable 5 4 Sets the text direction ltr rtl dir 5   Sets a context menu for an element id of a menu element contentextmenu 5   Sets if the user is allowed to edit the content in the element or not true false contenteditable 5 4 The class of the element. Used to specify a class in the stylesheet class_rule  or  style_rule class   4 Sets a keyboard shortcut to access an element. Not supported. a character acceskey 5 4 Description Value Attribute
HTML 5 Standard Attributes  (10/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 A text to display in a tool tip tooltip_text  title 5   Refers to another document / another part of the document that should be applied to this element url  or  elementID template 5 4 Sets the tab order of an element number tabindex 5 4 An inline style definition style_definition style 5   Sets a registration mark to an element. Use only on child elements of <rule> (except for the <nest> element) registration mark registrationmark 5   Refers to another document / another part of the document. Use only if the template attribute is set url  or  elementID ref 5 4 Sets the language code for the enclosed element language_code lang 5 4 Description Value Attribute
HTML 5 Event Attributes (11/13) Source: http://www.w3schools.com/tags/html5.asp 5   Script to be run at the start of a drag operation ondragstart 5   Script to be run when an element is being dragged over a valid drop target ondragover 5   Script to be run when an element leaves a valid drop target ondragleave 5   Script to be run when an element has been dragged to a valid drop target ondragenter 5   Script to be run at the end of a drag operation ondragend 5   Script to be run when an element is dragged ondrag 5 4 Script to be run on a mouse double-click  ondblclick 5   Script to be run when a context menu is triggered oncontextmenu 5 4 Script to be run on a mouse click onclick 5 4 Script to be run when the element changes onchange 5 4 Script to be run when the element loses focus onblur 5   Script to be run before an element is loaded onbeforeonload 5   Script to be run on an abort event onabort 5 4 Description Attribute
HTML 5 Event Attributes (12/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 Script to be run when the mouse pointer moves out of an element  onmouseout 5 4 Script to be run when the mouse pointer moves over an element  onmouseover 5 4 Script to be run when the mouse pointer moves  onmousemove 5 4 Script to be run when a mouse button is pressed  onmousedown 5   Script to be run when the message event is being triggered onmessage 5 4 Script to be run when a document loads onload 5 4 Script to be run when key is released onkeyup 5 4 Script to be run when key is pressed and released onkeypress 5 4 Script to be run when key is pressed onkeydown 5 4 Script to be run when the element gets focus onfocus 5   Script to be run when an error occur during the loading of an element onerror 5   Script to be run when dragged element is being dropped ondrop 5 4 Description Attribute
HTML 5 Event Attributes (13/13) Source: http://www.w3schools.com/tags/html5.asp ,[object Object],[object Object],5   Script to be run when a document unloads  onunload 5 4 Script to be run when the form is submitted  onsubmit 5 4 Script to be run when the element is selected  onselect 5   Script to be run when the element's scrollbar is scrolled onscroll 5   Script to be run when the element is being resized onresize   4 Script to be run when the form is reset. Not supported onreset 5   Script to be run when the mouse wheel is being rotated onmousewheel 5 4 Script to be run when a mouse button is released  onmouseup 5 4 Description Attribute
Thank You!

Contenu connexe

Tendances

Ch 3: Web Application Technologies
Ch 3: Web Application TechnologiesCh 3: Web Application Technologies
Ch 3: Web Application TechnologiesSam Bowne
 
HTML5 - Forms
HTML5 - FormsHTML5 - Forms
HTML5 - Formstina1357
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Oleksii Prohonnyi
 
HTML5 audio & video
HTML5 audio & videoHTML5 audio & video
HTML5 audio & videoHamza Zahid
 
HTML 5 Complete Reference
HTML 5 Complete ReferenceHTML 5 Complete Reference
HTML 5 Complete ReferenceEPAM Systems
 
HTTP Request and Response Structure
HTTP Request and Response StructureHTTP Request and Response Structure
HTTP Request and Response StructureBhagyashreeGajera1
 
PHP Cookies and Sessions
PHP Cookies and SessionsPHP Cookies and Sessions
PHP Cookies and SessionsNisa Soomro
 
Chapter 07 php forms handling
Chapter 07   php forms handlingChapter 07   php forms handling
Chapter 07 php forms handlingDhani Ahmad
 
PHP Powerpoint -- Teach PHP with this
PHP Powerpoint -- Teach PHP with thisPHP Powerpoint -- Teach PHP with this
PHP Powerpoint -- Teach PHP with thisIan Macali
 
HTML Semantic Tags
HTML Semantic TagsHTML Semantic Tags
HTML Semantic TagsBruce Kyle
 
Learn html Basics
Learn html BasicsLearn html Basics
Learn html BasicsMcSoftsis
 
Basic knowledge on html and dhtml
 Basic knowledge on html and dhtml Basic knowledge on html and dhtml
Basic knowledge on html and dhtmlSuryakanta Behera
 

Tendances (20)

Web Development
Web DevelopmentWeb Development
Web Development
 
Java script
Java scriptJava script
Java script
 
Ch 3: Web Application Technologies
Ch 3: Web Application TechnologiesCh 3: Web Application Technologies
Ch 3: Web Application Technologies
 
Http
HttpHttp
Http
 
HTML5 - Forms
HTML5 - FormsHTML5 - Forms
HTML5 - Forms
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
 
HTML5 audio & video
HTML5 audio & videoHTML5 audio & video
HTML5 audio & video
 
Html audio video
Html audio videoHtml audio video
Html audio video
 
Html presentation
Html presentationHtml presentation
Html presentation
 
HTML 5 Complete Reference
HTML 5 Complete ReferenceHTML 5 Complete Reference
HTML 5 Complete Reference
 
Laravel Tutorial PPT
Laravel Tutorial PPTLaravel Tutorial PPT
Laravel Tutorial PPT
 
PHP Presentation
PHP PresentationPHP Presentation
PHP Presentation
 
HTTP Request and Response Structure
HTTP Request and Response StructureHTTP Request and Response Structure
HTTP Request and Response Structure
 
PHP Cookies and Sessions
PHP Cookies and SessionsPHP Cookies and Sessions
PHP Cookies and Sessions
 
Chapter 07 php forms handling
Chapter 07   php forms handlingChapter 07   php forms handling
Chapter 07 php forms handling
 
PHP Powerpoint -- Teach PHP with this
PHP Powerpoint -- Teach PHP with thisPHP Powerpoint -- Teach PHP with this
PHP Powerpoint -- Teach PHP with this
 
HTML Semantic Tags
HTML Semantic TagsHTML Semantic Tags
HTML Semantic Tags
 
Learn html Basics
Learn html BasicsLearn html Basics
Learn html Basics
 
Basic knowledge on html and dhtml
 Basic knowledge on html and dhtml Basic knowledge on html and dhtml
Basic knowledge on html and dhtml
 
Dhtml
DhtmlDhtml
Dhtml
 

En vedette

Html 5 in a big nutshell
Html 5 in a big nutshellHtml 5 in a big nutshell
Html 5 in a big nutshellLennart Schoors
 
Project mangement chp 1 12
Project mangement chp 1 12Project mangement chp 1 12
Project mangement chp 1 12Dreams Design
 
Project Overview Statement (POS)
Project Overview Statement (POS)Project Overview Statement (POS)
Project Overview Statement (POS)Deborah Obasogie
 
phd_thesis_with_corrections_v1-00
phd_thesis_with_corrections_v1-00phd_thesis_with_corrections_v1-00
phd_thesis_with_corrections_v1-00Martin Emms
 
Introduction to html 5
Introduction to html 5Introduction to html 5
Introduction to html 5Nir Elbaz
 
ASP.NET Core deployment options
ASP.NET Core deployment optionsASP.NET Core deployment options
ASP.NET Core deployment optionsKen Cenerelli
 
Javascript and Jquery: The connection between
Javascript and Jquery: The connection betweenJavascript and Jquery: The connection between
Javascript and Jquery: The connection betweenClint LaForest
 
009 sql server management studio
009 sql server management studio009 sql server management studio
009 sql server management studiolet's go to study
 
OOPs fundamentals session for freshers in my office (Aug 5, 13)
OOPs fundamentals session for freshers in my office (Aug 5, 13)OOPs fundamentals session for freshers in my office (Aug 5, 13)
OOPs fundamentals session for freshers in my office (Aug 5, 13)Ashoka R K T
 
Presentation about html5 css3
Presentation about html5 css3Presentation about html5 css3
Presentation about html5 css3Gopi A
 
Back to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web DevelopmentBack to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web DevelopmentClint LaForest
 
.Net framework architecture
.Net framework architecture.Net framework architecture
.Net framework architectureFad Zulkifli
 
Future Web Trends - at Innovation series with Jimmy Wales
Future Web Trends - at Innovation series with Jimmy WalesFuture Web Trends - at Innovation series with Jimmy Wales
Future Web Trends - at Innovation series with Jimmy WalesMatthew Buckland
 
Your 2012 Marketing Plan: Simple & Powerful
Your 2012 Marketing Plan: Simple & PowerfulYour 2012 Marketing Plan: Simple & Powerful
Your 2012 Marketing Plan: Simple & PowerfulInfusionsoft
 

En vedette (20)

What is HTML 5?
What is HTML 5?What is HTML 5?
What is HTML 5?
 
Html 5 in a big nutshell
Html 5 in a big nutshellHtml 5 in a big nutshell
Html 5 in a big nutshell
 
Project mangement chp 1 12
Project mangement chp 1 12Project mangement chp 1 12
Project mangement chp 1 12
 
HTML 5
HTML 5HTML 5
HTML 5
 
Project Overview Statement (POS)
Project Overview Statement (POS)Project Overview Statement (POS)
Project Overview Statement (POS)
 
phd_thesis_with_corrections_v1-00
phd_thesis_with_corrections_v1-00phd_thesis_with_corrections_v1-00
phd_thesis_with_corrections_v1-00
 
Looking into HTML5
Looking into HTML5Looking into HTML5
Looking into HTML5
 
Introduction to html 5
Introduction to html 5Introduction to html 5
Introduction to html 5
 
ASP.NET Core deployment options
ASP.NET Core deployment optionsASP.NET Core deployment options
ASP.NET Core deployment options
 
Sql server 2012 ha dr
Sql server 2012 ha drSql server 2012 ha dr
Sql server 2012 ha dr
 
Javascript and Jquery: The connection between
Javascript and Jquery: The connection betweenJavascript and Jquery: The connection between
Javascript and Jquery: The connection between
 
009 sql server management studio
009 sql server management studio009 sql server management studio
009 sql server management studio
 
OOPs fundamentals session for freshers in my office (Aug 5, 13)
OOPs fundamentals session for freshers in my office (Aug 5, 13)OOPs fundamentals session for freshers in my office (Aug 5, 13)
OOPs fundamentals session for freshers in my office (Aug 5, 13)
 
Presentation about html5 css3
Presentation about html5 css3Presentation about html5 css3
Presentation about html5 css3
 
Back to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web DevelopmentBack to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web Development
 
.Net framework architecture
.Net framework architecture.Net framework architecture
.Net framework architecture
 
ASP.NET OVERVIEW
ASP.NET OVERVIEWASP.NET OVERVIEW
ASP.NET OVERVIEW
 
C# fundamentals Part 2
C# fundamentals Part 2C# fundamentals Part 2
C# fundamentals Part 2
 
Future Web Trends - at Innovation series with Jimmy Wales
Future Web Trends - at Innovation series with Jimmy WalesFuture Web Trends - at Innovation series with Jimmy Wales
Future Web Trends - at Innovation series with Jimmy Wales
 
Your 2012 Marketing Plan: Simple & Powerful
Your 2012 Marketing Plan: Simple & PowerfulYour 2012 Marketing Plan: Simple & Powerful
Your 2012 Marketing Plan: Simple & Powerful
 

Similaire à HTML 5 Overview (20)

HTML5
HTML5HTML5
HTML5
 
HTML 5 vs. XHTML 2: The Future of Web Standards
HTML 5 vs. XHTML 2: The Future of Web StandardsHTML 5 vs. XHTML 2: The Future of Web Standards
HTML 5 vs. XHTML 2: The Future of Web Standards
 
HTML ppt
HTML pptHTML ppt
HTML ppt
 
HTML5 New Tags
HTML5 New TagsHTML5 New Tags
HTML5 New Tags
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
 
Html 5
Html 5Html 5
Html 5
 
Html.pptx
Html.pptxHtml.pptx
Html.pptx
 
HTML 5
HTML 5HTML 5
HTML 5
 
HTML5 and DHTML
HTML5 and DHTMLHTML5 and DHTML
HTML5 and DHTML
 
The current status of html5 technology and standard
The current status of html5 technology and standardThe current status of html5 technology and standard
The current status of html5 technology and standard
 
HTML5 and Search Engine Optimization (SEO)
HTML5 and Search Engine Optimization (SEO)HTML5 and Search Engine Optimization (SEO)
HTML5 and Search Engine Optimization (SEO)
 
Html5
Html5Html5
Html5
 
Html5
Html5Html5
Html5
 
Html 5.0
Html 5.0Html 5.0
Html 5.0
 
Report html5
Report html5Report html5
Report html5
 
What are new added in HTML5?
What are new added in HTML5?What are new added in HTML5?
What are new added in HTML5?
 

HTML 5 Overview

  • 1. HTML 5 Overview and technical comparison March 02, 2009
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12. Appendix HTML 4 vs. HTML 5 Comparison
  • 13. HTML 5 Reference (1/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 Defines the direction of text display < bdo >   4 Not supported. Use CSS instead < basefont > 5 4 Defines a base URL for all the links in a page <base> 5 4 Defines bold text <b> 5   Defines sound content <audio> 5   Defines content aside from the page content <aside> 5   Defines an article <article> 5 4 Defines an area inside an image map <area>   4 Not supported. Defines an applet <applet> 5 4 Defines an address element <address>   4 Not supported. Defines an acronym <acronym> 5 4 Defines an abbreviation < abbr > 5 4 Defines a hyperlink <a> 5 4 Defines the document type <!DOCTYPE>   5 4 Defines a comment <!--...-->   5    4  Description Tag
  • 14. HTML 5 Reference (2/13) Source: http://www.w3schools.com/tags/html5.asp 5   Defines a dropdown list < datalist > 5   Defines data in a tree-list < datagrid > 5   Defines a command button <command> 5 4 Defines groups of table columns < colgroup > 5 4 Defines attributes for table columns  < col > 5 4 Defines computer code text <code> 5 4 Defines a citation <cite>   4 Not supported. Defines centered text <center> 5 4 Defines a table caption <caption> 5   Define graphics <canvas> 5 4 Defines a push button <button> 5 4 Inserts a single line break < br > 5 4 Defines the body element <body> 5 4 Defines a long quotation < blockquote >   4 Not supported. Defines big text <big>   5    4  Description Tag
  • 15. HTML 5 Reference (3/13) Source: http://www.w3schools.com/tags/html5.asp 5   Defines a group of media content, and their caption <figure> 5 4 Defines a fieldset < fieldset > 5   Defines a target for events sent by a server <event-source> 5   Defines external interactive content or plugin <embed> 5 4 Defines emphasized text  < em > 5 4 Defines a definition term < dt > 5 4 Defines a definition list <dl> 5 4 Defines a definition term < dfn > 5 4 Defines a section in a document <div>   4 Not supported. Defines a directory list <dir> 5   Defines a dialog (conversation) <dialog> 5   Defines details of an element <details> 5 4 Defines deleted text <del> 5 4 Defines a definition description < dd > 5   Defines a data template < datatemplate >   5    4  Description Tag
  • 16. HTML 5 Reference (4/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 Defines inserted text <ins> 5 4 Defines an input field <input> 5 4 Defines an image < img > 5 4 Defines an inline sub window (frame) < iframe > 5 4 Defines italic text <i> 5 4 Defines an html document <html> 5 4 Defines a horizontal rule <hr> 5   Defines a header for a section or page <header> 5 4 Defines information about the document <head> 5 4 Defines header 1 to header 6 <h1> to <h6>   4 Not supported. Defines a set of frames <frameset>   4 Not supported. Defines a sub window (a frame) <frame> 5 4 Defines a form  <form> 5   Defines a footer for a section or page <footer>   4 Deprecated. Defines text font, size, and color <font>   5    4  Description Tag
  • 17. HTML 5 Reference (5/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 Defines a noscript section < noscript >   4 Not supported. Defines a noframe section < noframes > 5   Defines a nestingpoint in a datatemplate <nest> 5   Defines navigation links < nav > 5   Defines measurement within a predefined range <meter> 5 4 Defines meta information <meta> 5 4 Defines a menu list <menu> 5 4 Defines an image map  <map> 5   Defines marked text <mark> 5 4 Defines a resource reference <link> 5 4 Defines a list item < li > 5 4 Defines a title in a fieldset <legend> 5 4 Defines a label for a form control <label> 5 4 Defines keyboard text < kbd >   4 Not supported. Defines a single-line input field <isindex>   5    4  Description Tag
  • 18. HTML 5 Reference (6/13) Source: http://www.w3schools.com/tags/html5.asp 5   Defines a section <section> 5 4 Defines a script <script> 5 4 Defines sample computer code < samp >   4 Not supported. Defines strikethrough text <s> 5   Defines the rules for updating a template <rule> 5 4 Defines a short quotation <q> 5   Defines progress of a task of any kind <progress> 5 4 Defines preformatted text <pre> 5 4 Defines a parameter for an object < param > 5 4 Defines a paragraph <p> 5   Defines some types of output <output> 5 4 Defines an option in a drop-down list <option> 5 4 Defines an option group < optgroup > 5 4 Defines an ordered list < ol > 5 4 Defines an embedded object <object>   5    4  Description Tag
  • 19. HTML 5 Reference (7/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 Defines a table header < th > 5 4 Defines a table footer < tfoot > 5 4 Defines a text area < textarea > 5 4 Defines a table cell <td> 5 4 Defines a table body < tbody > 5 4 Defines a table <table> 5 4 Defines superscripted text <sup> 5 4 Defines subscripted text <sub> 5 4 Defines a style definition <style> 5 4 Defines strong text <strong>   4 Not supported. Defines strikethrough text <strike> 5 4 Defines a section in a document <span> 5   Defines media resources <source> 5 4 Defines small text <small> 5 4 Defines a selectable list <select>   5    4  Description Tag
  • 20. HTML 5 Reference (8/13) Source: http://www.w3schools.com/tags/html5.asp   4 Not supported. Defines preformatted text <xmp> 5   Defines a video <video> 5 4 Defines a variable < var > 5 4 Defines an unordered list < ul >   4 Not supported. Defines underlined text <u>   4 Not supported. Defines teletype text < tt > 5 4 Defines a table row < tr > 5 4 Defines the document title <title> 5   Defines a date/time <time> 5 4 Defines a table header < thead >   5    4  Description Tag
  • 21. HTML 5 Standard Attributes (9/13) Source: http://www.w3schools.com/tags/html5.asp 5   Sets if the element is irrelevant or not. Irrelevant elements is not displayed true false irrelevant 5 4 A unique id for the element. Used with CSS or JavaScript id_name id 5   Sets if the user is allowed to drag the element or not true false auto draggable 5 4 Sets the text direction ltr rtl dir 5   Sets a context menu for an element id of a menu element contentextmenu 5   Sets if the user is allowed to edit the content in the element or not true false contenteditable 5 4 The class of the element. Used to specify a class in the stylesheet class_rule or style_rule class   4 Sets a keyboard shortcut to access an element. Not supported. a character acceskey 5 4 Description Value Attribute
  • 22. HTML 5 Standard Attributes (10/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 A text to display in a tool tip tooltip_text  title 5   Refers to another document / another part of the document that should be applied to this element url or elementID template 5 4 Sets the tab order of an element number tabindex 5 4 An inline style definition style_definition style 5   Sets a registration mark to an element. Use only on child elements of <rule> (except for the <nest> element) registration mark registrationmark 5   Refers to another document / another part of the document. Use only if the template attribute is set url or elementID ref 5 4 Sets the language code for the enclosed element language_code lang 5 4 Description Value Attribute
  • 23. HTML 5 Event Attributes (11/13) Source: http://www.w3schools.com/tags/html5.asp 5   Script to be run at the start of a drag operation ondragstart 5   Script to be run when an element is being dragged over a valid drop target ondragover 5   Script to be run when an element leaves a valid drop target ondragleave 5   Script to be run when an element has been dragged to a valid drop target ondragenter 5   Script to be run at the end of a drag operation ondragend 5   Script to be run when an element is dragged ondrag 5 4 Script to be run on a mouse double-click ondblclick 5   Script to be run when a context menu is triggered oncontextmenu 5 4 Script to be run on a mouse click onclick 5 4 Script to be run when the element changes onchange 5 4 Script to be run when the element loses focus onblur 5   Script to be run before an element is loaded onbeforeonload 5   Script to be run on an abort event onabort 5 4 Description Attribute
  • 24. HTML 5 Event Attributes (12/13) Source: http://www.w3schools.com/tags/html5.asp 5 4 Script to be run when the mouse pointer moves out of an element onmouseout 5 4 Script to be run when the mouse pointer moves over an element onmouseover 5 4 Script to be run when the mouse pointer moves onmousemove 5 4 Script to be run when a mouse button is pressed onmousedown 5   Script to be run when the message event is being triggered onmessage 5 4 Script to be run when a document loads onload 5 4 Script to be run when key is released onkeyup 5 4 Script to be run when key is pressed and released onkeypress 5 4 Script to be run when key is pressed onkeydown 5 4 Script to be run when the element gets focus onfocus 5   Script to be run when an error occur during the loading of an element onerror 5   Script to be run when dragged element is being dropped ondrop 5 4 Description Attribute
  • 25.

Notes de l'éditeur

  1. The Document Object Model ( DOM ) is a platform- and language -independent standard object model for representing HTML or XML documents as well as an Application Programming Interface (API) for querying, traversing and manipulating such documents.
  2. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  3. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  4. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  5. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  6. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  7. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  8. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  9. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  10. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  11. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  12. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  13. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5
  14. Ordered Alphabetically 4 : indicates if the element is defined in HTML 4.01 5 : indicates if the element is defined in HTML 5