What is HTML5 New Features

HTML5 is a latest version of HTML. HTML5 is a cross platform and design to replace HTML4 and XTML. HTML5 is cooperation between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology working group.





1 - New Doctype
2 - The Figure Element
3 - Redefine
4 - Editable
5 - Email Inputs
6 - Place holders
7 - The Semantic Header and Footer
8 - Audio Support
9 - Video Support
10 - Preload Videos
11 - Display Controls
12 - Regular Expressions
13 - Create Sliders with the Range Input

Working Group - The HTML5 working group includes AOL, Apple, Google, IBM, Microsoft, Mozilla, Nokia, and Opera.

Example of HTML5 Document

<!doctype html>
<html>
  <head>
        <meta charset="UTF-8">
        <title>HTML5 Document</title>
  </head>
<body>
    <p>Welcome to Web Design Trends 2014</p>
  </body>
</html>

0 comments:

SHARETHIS