El elemento <body> contiene todo el contenido visible de un documento HTML, como texto, hipervínculos, imágenes, tablas, listas, etc.
La etiqueta <body> es compatible con todos los navegadores.
<html> <head> <title>Mi sitio </title> </head> <body> <p>Mi contenido</p> </body> </html>