●While information intended for the browser will go in the <head> element, content intended for the viewer will go in the <body> element. ●Previous elements like <p>, <h1>, <img>, and <a> all add content intended to be viewed by a human visitor, so they should all be written between the <body></body> tags.The body Tag<body>   <h1>Heading</h1>   <p>This is paragraph text.</p></body>
