HTML is the World Wide Web’s core markup language. Originally, HTML was primarily designed as a language for semantically describing scientific documents. Its general design, however, has enabled it to be adapted, over the subsequent years, to describe a number of other types of documents and even applications.




  • HTML was created by Berners-Lee in late 1991.
  • HTML stands for Hyper Text Markup Language .  
  • HTML is used to create Web pages .
  • HTML describes the structure of Web pages using markup.
  • HTML is used along with many programming languages .
  • HTML is developed under standers of World Wide Web Consortium (W3C).
HTML is base language of internet . Any one who want to learn Web designing or development in any language such as php , jsp , asp, asp.net or any other must start from html. 

HTML went through a number of revisions and experienced a number of extensions in first five years (1990-1995).A first abortive attempt at extending HTML in 1995 known as HTML 3.0 then made way to a more pragmatic approach known as HTML 3.2, which was completed in 1997. HTML 4.01 quickly followed later that same year. Though HTML 4.01 version is widely used but currently we are having HTML-5 version which is an extension to HTML 4.01, and this version was published in 2012.


Examples content that can be included on web pages with HTML

HTML5 has added support for many new features that will make it possible to do more with HTML, without relying on non-standard proprietary technologies.
Type of   contentHTML       1.2HTML 4.01 HTML5 Purpose
HeadingYesYesYesOrganize page content by adding headings and subheadings to the top of each section of the page
ParagraphYesYesYesIdentify paragraphs of text
AddressYesYesYesIdentify a block of text that contains contact information
AnchorYesYesYesLink to other web content
ListYesYesYesOrganize items into a list
ImageYesYesYesEmbed a photograph or drawing into a web page
TableNoYesYesOrganize data into rows and columns
StyleNoYesYesAdd CSS to control how objects on a web page are presented
ScriptNoYesYesAdd Javascript to make pages respond to user behaviors (more interactive)
AudioNoNoYesAdd audio to a web page with a single tag
VideoNoNoYesAdd video to a web page with a single tag
CanvasNoNoYesAdd an invisible drawing pad to a web page, on which you can add drawings (animations, games, and other interactive features) using Javascript

No comments:

| Designed by Harhiktech