HTML stands for Hyper Text Markup Language, developed by Tim Berners-Lee in 1991. Hyper Text simply means "Text within a Text". A text has a link within it, is a hypertext. Every time when you click on a word which brings you to a new web page. HTML is a markup language means that everything should be written inside the tags. HTML tags are the keyword surrounded by the angle brackets.
HTML is used to create static web pages or websites. HTML is not a case-sensitive language, means that the HTML tags can be written in lowercase or in uppercase. HTML code can be written in any text editor such as Notepad, Notepad++, Adobe Dreamweaver, Brackets, Sublime, Microsoft Visual Studio Code (most recomended) etc. and the output will be displayed on the web browser(Google Chrome, Microsoft Edge, Mozilla Firefox, Opera, Safari) etc.
HTML tags are divided into two categories:
Version | Year |
---|---|
HTML 1.0 | 1991 |
HTML 2.0 | 1995 |
HTML 3.2 | 1997 |
HTML 4.01 | 1999 |
XHTML | 2000 |
HTML 5 | 2014 |