HTML5 Overview
By @islamzatary
By @islamzatary
In HTML5 there is only one DOCTYPE declaration, and it is very simple.
HTML5 Page Skeleton with meaningfull tags
Because the HTML5 still not stable, yo need to check if the element support the browser you need to support it.
article, section
aside
figure, figcaption
Header, Nav, Footer
time
details, summary
contenteditable
data
draggable
item
itemprop
example
Allow us to store extra information on standard, semantic HTML elements.
The Syntax is easy, Any attribute on any element whose attribute name starts with data-
You can Access it from CSS and JS.
Example
Create Page skeleton like the following link in html5.
please note: make the page editable.
JSC
by @islamzatary