Html Readers

HTML Brief History

|| « Go to Previouse ||

|| Go to next » ||

HTML stands for Hyper Text Markup Language. It is the most usable markup language for creating web pages and that can display contents in a web browser. HTML is a formal advocacy by the World Wide Web Consortium (W3C) and is generally adhered to by the major browsers Microsoft's Internet Explorer and Netscape's Navigator etc

Mr.Tim Berners -Lee is the man who is known as the inventor of the World Wide Web. He also developed the coding language known as HTML.

HTML is a Hypertext Markup language for creating web pages by using various standard HTML tags. HTML describes the contents of your web page such as heading, images, paragraph, links, lists etc. The basic HTML tags <html>, < head> and <body> used for develop HTML web page structure along with Images and text and display into web browser.

Html means Hypertext Markup Language, HTML defines the structure of the document and it creates the design and layout of the web page with the help of nested basic HTML tags. The web has the following aspects. You can also create a web page using input elements, where a user enters information and send it to the server for a specific goal.

HTML Specifies the content of the web page through tags.
Style sheets describe the appearance of the web page.
Scripts describe .the behavior of the web page. Written in java script, JQuery.

Web Page Contents

The various tags or elements and their attributes in the body tag section that used for display information in a browser. The information can be in the textual format, media contents, and other objects.

Normal Text, Words, Characters, Text ,Taragraph
Animation, Video, Audio, Graphics,Images,Links,Files
Alphabet, Numbers, Special Characters

Versions Of HTML

There are several versions of HTML in the history of HTML

Version Year Description
HTML 1991 Introduce the first publically description of HTML language was a document known as “HTML Tags”, Tim Berners-Lee mentioned the HTML document on the web in late 1991.It includes the 18 elements for the design of HTML, Eleven of these elements still exists in HTML 4.
HTML 2.0 1995 After the HTML and HTML+ drafts expired in early 1994, the IETF created an HTML Working Group, which in 1995 completed "HTML 2.0"
Added capabilities :[ November 25, 1995-form-based file upload],[May 1996: tables ] [August 1996: client-side image maps]
HTML 3.2 1997 HTML 3.2 was published as a W3C Recommendation. It was the first version developed and standardized exclusively by the W3C
HTML 4.01 1999 HTML 4.01 was published in late 1999. HTML 4.01 was published as a W3C Recommendation. It offers the same three variations as HTML 4.0 and its last errata were published on May 12, 2001.
HTML 5 2014 In 2004, development began on HTML5 in the Web Hypertext Application Technology Working Group (WHATWG), which became a joint deliverable with the W3C in 2008, and completed and standardized on 28 October 2014

|| « Go to Previouse ||

|| Go to next » ||