Why use HTML?

If you tell some one to type a leeter over the telephone you have to tell him when to bold, start new paragraph etc. Now consider the man other side type everything what ever he hear. Then he will type bold, italic etc without actually making the text bold.

this is a sample <b> bold text </b>.

In the above line and means. They are called html tag. with html tag we just simply say how to display the text. HTML tag has start and end. is a start tag and is a end tag. Usually all html tag has start and end tag.


this is a <b>basic</b> html tutorial. This tutorial for <i>beginner</i>.



text like above is called html formated text. HTML is is nothing but text written like above. There are many tags in html. you can learn them slowly as you continue to learn and use them.