INTRODUCTION TO HTML
HTML (Hyper Text Markup Language) is a language which is used to make web pages to be displayed on the internet. HTML documents are made up of text content and special codes known as tags. It also provides the means to link webpages. HTML documents are identified by their .html or .htm file extensions.
You can display HTML documents on any type of computer platform (Operating System) such as windows, macOS, Linux, Unix, etc. You don't have to create separate HTML documents for different platforms. These documents are generally small in size and can transfer easily on the web.
HISTORY OF HTML
HTML was developed by by Tim Berners Lee in early 1990s. HTML has gone through several versions, each of which expands it's capabilities. Although most browsers still support HTML versions 3.2 and 2.0. HTML version 4.01 includes rules for using more that 90 HTML tags. It is an improvement of previous versions by adding better support for multimedia and style style sheets.
The most recent version of HTML is HTML5. This version includes rules for using more that 100 different HTML tags. HTML5 succeeds HTML 4.01, which was released in 1999. This version offers new features of creating web pages.
0 Comments