Structure of an HTML document
Answers
=>Here is ur Structure<=
<HTML>
<Head>
<Title>
</Head>
<Body>
Text which u want to show on ur web page <BR> will be given here.
</Body>
</HTML>
|HopE__It__HelpS| :-|
Heya !!
First of all,
What is HTML??
→ HTML stands for Hyper Text Markup Language. It is a markup language which means it is used for making web pages. It is the primary language used to create web pages. Other popular languages used in web designing and making it dynamic are JavaScript (JS), CascadingStyleSheets (CSS), and server-side languages such as PHP, ASP, AJAX and so on.....
Basic Structure of A HTML Document....
→ The basic structure of a HTML document is as follows:
~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~
< html >
< head >
< title > Text that appears on the tab of the browser.... < /title >
< /head >
< body >
Content of the body here using the various heading tags such as < h1 > < h2 > etc. and container tags such as < div > etc...
< /body >
< /html >
~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~_-~
That's all.....
Hope it helps !!