What are the Differences between HTML and HTML5?

HTML Versions:
YEARVERSION
1991HTML
1993HTML+
1995HTML 2.0
1997HTML 3.2
1999HTML 4.01
2000XHTML
2012HTML 5
2013XHTML5
  • New HTML 5, new tags and new features like local storage are enhanced. HTML5
  • In HTML 4 have traditional API’s which does not include canvas and content editable API’s.
  • with HTML 4, local storage is not possible and tags that can handle only one dimension are present
  • HTML5 New Input Types :
  • Number
  • Range
  • Search
  • Color
  • tell
  • Time
  • Week
  • Date
  • date time
  • Email
  • Month
  • Year
  • HTML5 Semantic Elements:
  • <header>
  • <nav>
  • <section>
  • <article>
  • <aside>
  • <figcaption>
  • <figure>
  • <footer>
  • HTML Form Attributes:
  • 1 multiple
  • Required
  • List
  • form target
  • Step
  • Pattern
  • Placeholder
  • Min and max

Unknown

nowstartwebdesign.com tutorial has been prepared for the beginners to help them understand basic HTML programming. After completing this tutorial you will find yourself at a moderate level of expertise Web Designing from where you can take yourself to next levels

3 comments :

  1. Great explanation

    ReplyDelete
  2. he recommended watching members of the library public try to accomplish assigned tasks, such as find the hours or send a message to library staff.Web Design

    ReplyDelete
  3. HTML5 emphasizes more on the semantic markups. Such as header, article, section , footer, nav etc

    All these tags were unavailable in the previous version of HTML. You had to use div everywhere. Now you have div with their names.Which saves one heck a lot of your time in debugging and designing.

    Thanks for writing this article :)

    ReplyDelete