Translate

Search This Blog

Monday, 31 March 2014

What is HTML ??


• HTML stands for Hyper Text Markup Language. Tim Berners-LEE invent this Hyper Text Markup Language in the year of 1990 . This language is used  for creating WEB Pages and Add some document in the webpages .Anyone can make their own Web pages through using HTML .  This language consist of some tags and brackets like heading tag  witch can be declared like this   <h1> and those corresponding tags are ends up  with same command but along with a backslash like </h1> . Each tags comes with two part one is start Tag i.e. <h1> another part is end tag i.e. </h1> . but there are also some tag which have only one entity those tags are known as Closing tag i.e. break tag  </br> it is used to made a break between two lines or paragraphs or headings.   

There are several types of tags are available in this language they have their own existence and own meanings . i.e header tag , body tag , img tag etc. The browser does not display the HTML tags, but uses the tags to interpret the content of the page. Developers can add text , images or flashes etc.  into a webpage through the HTML. They can also develop the code after once it is made . 

No comments:

Post a Comment