|
|
Html-tutorial - Html tag, What is html tag
| Html tag |
|
|
HTML tag is that which is used in all the web pages. It is the first tag which is added in your file html file.
This <html> tag will define document is html.
Most of the html tags will start with <..> and end as </..>
If you have an open or start tag(<..>) then there must be an closing or end tag(</..>)
Insert the tag in to your file as.
<html> is called starting or opening html tag
</html> is called ending or closing tag
|
| Html-tutorial - What is html tag |
| The topic on Html-tutorial - Html tag is posted by - Malu |
Hope you have enjoyed, Html-tutorial - Html tag . Thanks for your time.
|
|