Tuesday, 29 November 2011

HTML (Hyper-text Markup Language)



The full form of HTML is HyperText Markup Language and was composed (invented) by Tim Berners Lee (born on 8 June 1955, an british computer scientist, MIT professor and the inventor of the World Wide Web) in 1990. Hypertext Markup Language (HTML) is commonly used to create a web-site means language for describing web-pages. HTML is not a programming language as a simple, unique markup language commonly used to develop web-pages in systematic manner. But, the question is what is markup language? Markup language is considered as a set of markup tags and HTML uses such markup tags to distinguish web-pages. Such markup tags are commonly called HTML tags.

Now, the quetion is what is HTML tags? HTML tags are nothing as it considered as keywords which are surrounded by angle brackets and normally HTML tags comes in pairs similiar like this- . Different HTML tags are used for different processes as for example if you want to bold an sentence or word then, you will use this pair- and in between you will write your sentence or word. In other words, tags comes in pairs as first tag for start  tag and second one for end tag. Start and End tags also known as opening and closing tags.

All browsers like mozilla, chrome, Internet Explorer etc read HTML documents and display them as web-pages or we can say that a web-site. So, what is HTML documents? HTML documents are those documents which contain HTML tags and plain text as to describe web-pages and those HTML documents are also called Web-pages. Browsers does not show the HTML tags but, use HTML tags due to interpret with the content of the page. The Following is the way to write code in HTML way-



Finally, Hyper-text Markup Language (HTML) is the first step in internet means priorly used first language to create web-pages or web-site and known as common language for internet...

No comments:

Post a Comment