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