Descripción
El elemento body nos sirve para definir el cuerpo del contenido de la página web. Todos los elementos que se encuentren dentro del body serán representados visualmente.
Sintaxis
<body></body>
Atributos Globales
- accesskey
- autocapitalize
- autofocus
- contenteditable
- dir
- draggable
- enterkeyhint
- hidden
- inputmode
- is
- itemid
- itemprop
- itemref
- itemscope
- itemtype
- lang
- nonce
- spellcheck
- style
- tabindex
- title
- translate
Eventos
- onafterprint
- onbeforeprint
- onbeforeunload
- onhashchange
- onlanguagechange
- onmessage
- onmessageerror
- onoffline
- ononline
- onpagehide
- onpageshow
- onpopstate
- onrejectionhandled
- onstorage
- onunhandledrejection
- onunload
Ejemplo
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Título de la página</title>
</head>
<body>
<h1>Cabecera principal</h1>
<p>Contenido de la página web</p>
</body>
</html>
Artículos
Vídeos HTML
Disfruta también de nuestros artículos sobre HTML en formato vídeo. Aprovecha y suscribete a nuestro canal.