History of HTML
Tim Berners-Lee developed and defined the HTML language, which was created and defined
using SGML(Standard Generalized Markup Language), during the development
cycle for the first Web browser/editor from October to December 1990.
The standards for HTML are currently being developed by a worldwide industry
consortium known as the W3C. This work was carried out previously by the IETF.
What is an HTML File?
=> HTML stands for Hyper Text Markup Language
=> An HTML file is a text file containing small markup tags
=> The markup tags tell the Web browser how to display the page
=> An HTML file must have an htm or html file extension
=> An HTML file can be created using a simple text editor
Creating and Viewing an HTML document
Creating an HTML document is very easy. To begin coding HTML , need a simple-text editor.
Notepad is the most basic of simple-text editors and you will probably code a good amount of HTML with it.
An html document should be saved with the extension of .HTML or .htm
The result of html document is view by any browser. Like ie (Internet Explorer),Firefox etc...