Forum : Can we use Paragraph after the end of body
Brief description  about Online courses   join in Online courses
View Swathi  SN 's Profile

Can we use Paragraph after the end of body

I been trying to do my assignment can I use paragraph tag after the
</body> tag.
Asked by Swathi SN | May 15, 2010 |  Reply now
Replies (2)
View swathi sn 's Profile
Thanks for the reply.
May 16, 2010
View saumyajit chakraborty 's Profile
In the body tag you will write the content of your website. And paragraph is used to make the content of your web page articulate and easily understandable. SO, if you are putting the paragraph tag after the body tag it won't make any sense...
E.g
<html>
<body>
<p align= left>the content goes here</p>
</body>
</html>
May 15, 2010