|
Introduction to HTML
|
|
|
|
HTML <HEAD> Section
|
|
|
|
HTML <BODY> Section
|
|
|
|
HTML <TABLE> Section
|
|
|
|
Frames in HTML
|
|
|
|
HTML <FORM> Section
|
|
|
|
|
|
Next >>
|
What is HTML?
|
- HTML stands for Hyper Text Markup Language.
-
HTML is used to develop static web pages.
- HTML is a machine independent and all web browsers recognize it.
HTML is very simple and text based language used to create static or
interactive web pages. The HTML file extension can either be .html or
.htm but you can view the HTML code by opening the file even in
notepad. HTML contains a very few basic elements to create a whole web
page. It is a machine independent language and all web browser recognize it.
Using HTML, one can create a page with various sections, insert images and can even create a whole user interactive form having controls like textbox to get user input, button to perform a specific action. Even a layman can create a web site by just having a very basic knowledge of HTML.
This is not all, the HTML is the one of the most important building block to build dynamic web sites using ASP (Active server Pages), PHP (Hypertext Preprocessor), Asp.net etc, because the final result that these server side script languages produce is HTML only and HTML is the only language that web browsers recognize. So if you know HTML then you have great edge to move forward to web development or to create your own web site.
|
|
|
Next >>
|
|
|
|
|
|
|