Faq | Site map | Contact us
Website Design India Logo What is HTML and XHTML? HTML Help and Tutorial
Freelance web designer India Website design | Website development | Banners and Logo design | Distance calculator
Freelance web designer India Website Design India HomeAbout the CompanyWebsite Design and Development India ServicesWebsite Design and Development PriceWebsite Design and Development Link ExchangeWebsite Design and Development PortfolioContact Us

What is HTML and XHTML? HTML Help and Tutorial

HTML stand for HyperText Markup Language. HTML is a language to specify the structure of documents for retrieval across the Internet using browser programs of the World Wide Web .

Hyper is the opposite of linear. It used to be that computer programs had to move in a linear fashion. This before this, this before this, and so on. HTML does not hold to that pattern and allows the person viewing the World Wide Web page to go anywhere, any time they want.

Text is what you will use. English letters, just like you use everyday..

Markup is what you will do. You will write in plain English and then mark up what you wrote.

Language Some may argue that technically html is a code, but you write html in plain, everyday English language.

HTML is the code behind your webpage and is what your browser looks for to display a webpage, the way the webdesigner intended it to look, and is a series of tags <tags> that tells the browser where to display what. It is really a series of simple commands that you give to the browser, just like telling your dog to sit, and because it is in plain English it is easy to learn. For example, if you want your text to show in a bold type, you command it <bold> to be bold text </bold> , it really is that easy. More HTML tutorial and Help, Please visit w3school.