http://www.yourhtmlsource.com/starthere/whatishtml.htmlAh, html?... Hmm.. What that means? i have heard about that, but actually I really doesn't know what means by that.. Yeah, it obviously puzzles some people including people that familiar with computer. Let’s get some answers to the basic and most frequently asked questions first then, eh? HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. Actually HTML stand for
HyperText Markup Language.
- HyperText is the method by which you move around on the web — by clicking on special text called hyperlinks which bring you to the next page. The fact that it is hyper just means it is not linear — i.e. you can go to any place on the Internet whenever you want by clicking on links — there is no set order to do things in.
- Markup is what HTML tags do to the text inside them. They mark it as a certain type of text (italicised text, for example).
- HTML is a Language, as it has code-words and syntax like any other language.
How does it work?
HTML consists of a series of short codes typed into a text-file by the site author — these are the tags. The text is then saved as a html file, and viewed through a browser, like Internet Explorer or Netscape Navigator. This browser reads the file and translates the text into a visible form, hopefully rendering the page as the author had intended. Writing your own HTML entails using tags correctly to create your vision. You can use anything from a rudimentary text-editor to a powerful graphical editor to create HTML pages.
Now, you can easily learn how to use html all information regarding html by doing some tutorial from this website http://www.w3schools.com/html/ . For example, you can learn how to create HTML headings, HTML paragraphs, HTML links, HTML tables and HTML images. These are all basic element that you can learn.
HTML Headings

HTML Links


Header 1 |
Header 2 |
|---|
row 1, cell 1 |
row 1, cell 2 |
row 2, cell 1 |
row 2, cell 2 |