Basic structure of HTML
All html pages will start with the tag <html> and end with </html>.All other tags are inside these tags.
Every thing that we want to see will be write inside <body>....</body> tag.
The common structure is as follows
<html>
<body>
Body of your page
</body>
</html>
This structure must have to be follow for writing html codes
All html pages will start with the tag <html> and end with </html>.All other tags are inside these tags.
Every thing that we want to see will be write inside <body>....</body> tag.
The common structure is as follows
<html>
<body>
Body of your page
</body>
</html>
This structure must have to be follow for writing html codes
No comments:
Post a Comment