
The purpose of HTML5 is primarily to make it easier for web developers and browser creators to follow consensus-based standards that make compliance more efficient and empowering. It's also designed to provide better, faster, more consistent user experiences for desktop and mobile visitors.
So the key improvment of HTML5 are :
- Simpler, more straightforward element structure so we can easier to build automated service on web
- It provides standard elements for commonplace media objects which previously required plugins for audio, video, etc.
- Native Integration with interfaces to leverage modern web and mobile.
New Elements of HTML5
For page layout and key features, there are have spesific element :
- <header> and <footer>
- <nav> for all the kinds of menus
- <aside> for sidebars or nearby related content
- <article> where content goes such as a blog post
- <section> similar to <div> but more content-oriented
- <audio> and <video> tags to have native browsers manage playback of each. No more plugins and security updates for this
- <canvas> specifically for letting you draw graphics on using a separate scripting language
- <embed> to place external content or applications into the page

No comments
Mohon untuk berkomentar yang baik dan bijak