Tutorial Home »» Complete HTML »» HTML Introduction

HTML

CSS

JAVA SCRIPT

PHP

C++

SQL Server

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

Sign in to post a comment, or Sign up for a free account.

Home | Contact us | Report us
Copyright © 2011. All right Reserved.
Powered By:- newhind.com