What is HTML?
HTML was originally created in 1990 and it was eventually standardized in 1997 as HTML4 it has been taken many years
What is HTML5?
What are the Differences between HTML and HTML5?
HTML Versions:
| YEAR | VERSION |
|---|---|
| 1991 | HTML |
| 1993 | HTML+ |
| 1995 | HTML 2.0 |
| 1997 | HTML 3.2 |
| 1999 | HTML 4.01 |
| 2000 | XHTML |
| 2012 | HTML 5 |
| 2013 | XHTML5 |
- 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
- Month
- Year
- HTML5 Semantic Elements:
- <header>
- <nav>
- <aection>
- <article>
- <aside>
- <figcaption>
- <figure>
- <footer>

No comments :
Post a Comment