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
- Number
- Range
- Search
- Color
- tell
- Time
- Week
- Date
- date time
- 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
Great explanation
ReplyDeletehe 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
ReplyDeleteHTML5 emphasizes more on the semantic markups. Such as header, article, section , footer, nav etc
ReplyDeleteAll 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 :)