Body section
Content that is actually display in browser window is prepared in body section.
Except the head section tags remaining all tags can be included in body section.
eg.- <h1>..........</h1>,<p>.......</p> ,<img>, <table>.........</table> etc
<body>
<h1> welcome to HTML 5</h1>
<hr>
</body>
0 Comments