Related Topic:
Before reading HMTL5 topic, I must recommended you to read HTML4 topics.
HTML4 Tutorial — check it out!
HTML5 is the latest and most enhanced version of HTML. In HTML5, there are many new advance tags and attributes have been introduced and some old HTML tags and attributes have been removed. HTML5 new elements and attributes help to make web design easy, attractive and more meaningful.
In 2008, the first version of HTML5 has been released and it is still in development.
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>HTML5 Syntax and Coding Style </title> </head> ...
Year | Version |
---|---|
1991 | Tim Berners-Lee invents HTML 1.0 |
1993 | HTML 1.0 is released |
1995 | HTML 2.0 is published |
1997 | HTML 3.2 was invented, improved new features and more powerful, It was the first version developed and standardized by the W3C |
1999 | The widely-used HTML 4.1 comes out. It is very successful. HTML4 offers three variations: Strict, Transitional, Frameset |
2014 | HTML 5.0 is released and used worldwide. |
2016 | HTML 5.1 |
2017 | HTML 5.2 |
Before reading HMTL5 topic, I must recommended you to read HTML4 topics.