Coding Villa

<HTML> Tag In HTML Language.

Author : Admin CodingVilla

Share with Friends
Views : 529
Ratings : 5
Bookmarks : 1
Farourities : 1

Description


In this article you will learn syntax of HTML tag and why and where we use it.


Advertisements


 

As we discuss before that HTML have syntax 

 
<tag>Value</tag>
 
Mean every tag which we start need to be end
 
<tag> is Start Tag syntax and </tag> is END Tag syntax
 
We start from HTML tag <HTML>
 
 
We always start HTML page from html tag and also end it at HTML Tag.
Example:
 
<HTML>
.
.
.
.
.
</HTML>
 
In between we write our HTML page other tags according to our requirements.
 
Why we use it?
 
Actually we use HTML tag in start of file so that browser can understand that all code in between is following the HTML syntax.



Article Tags
Share with Friends

Comments




Leave a Reply

Name (required)  
Mail (will not be published) (required)   
 
Enter This Code
Captcha
 

Advertisements

Article Categories

.NET


Databases


Mobile Development


Operating Systems


Web Development


Coding Villa on Facebook