| START TAG | DESCRIPTION | END TAG |
|---|---|---|
| <html> | Beginning of any html document | </html> |
| <head> | First part of html document which has the title tag and if needed some script functions like JavaScript functions can be added. | </head> |
| <title> | Whatever we mention in between the title tags comes as the title of the web page(HTML document when run through Internet Explorer opens the web page) | </title> |
| <body> | This is the main part of any HTML document. It can contain paragraphs, sub headings or main headings, pictures, tables,video clips,Frames, forms, etc, | </body> |
NOTE: All the above tags have a corresponding closing tag
No comments:
Post a Comment