HTML introduction
- Html was created by Berners-lee in late 1991.
- "Html 2.0" was the first standard HTML specification. It was published in 1995
- HTML 4.01 was a major version of HTML & it was published in late 1999.
- HTML5 version which is an extention to HTML 4.01, and this version was published in 2012
What is HTML
- Stands for Hypertext Markup Language.
- Html is used to create web pages and web application.
- Html is widely used language on the web.
- Technically, Html is a markup language rather than a Programing language.
HTML5
- Deprecated elements like center, font and strike have been dropped.
- New elements including video, time, nav, section, progress, meter, aside and canvas.
- New input attributes including Email, Url, Dates and Time.
- New APIs that offer online caching, drag and drop support and more.
- Support for vector graphics
- Support for MathML to allow better display of mathematical notations.
- Javascript can now run in the background thanks to the JS web worker API.
Comments
Post a Comment