- Articles|
- Tutorial|
- Ask|
- Classified|
- Health|
- Wisdom|
- Funzone|
- Blog|
- Entertainment|
- Links
Tutorial Home »» Complete HTML »» HTML Introduction
HTML Introduction
By Admin | Posted on 16:38 PM , Sunday, Aug 22, 2010 | Posted In Complete HTML
HTML (Hyper Text Markup Language)
1) Introduction
The HTML is a markup language,Html is used to develop web pages. These web pages are run over web browse.
HTML stand for –
H = Hyper T = Text M = Markup L = Languages.
HTM is writen within tag. Every Tag has opening and closing tag. Some tag are single tag.
<tag> - Opening Tag </tag> - Closing Tag
Syntax
<html> <head> <title>Title of the page</title> </head> <body> put your body conent here. </body> </html>
Example
<html> <head> <title>My First Example</title> </head> <body> My first HTML Example </body> </html>
Output:

Please login to download this program.
comments
Post a comment
Powered By:- newhind.com


Loading . . .