FAQ: Learn HTML - Intro to HTML - The Body

What is the difference between:

<body>Goood Mornin, Vietnam!!!</body>
<p>"Life is very short and what we have to do must be done in the now." - Audre Lorde</p>

and

<body><p>Goood Mornin, Vietnam!!!</p><p>"Life is very short and what we have to do must be done in the now." - Audre Lorde</p></body>

I don’t understand if one is coded wrong or if the <p> and </p> need to be between the <body> </body> each time