17/12/13
Lista de Elementos HTML5 - HTML | MDN
Lista de Elementos HTML5 Todos los elementos del estandar HTML5 están listados aquí, descritos por su etiqueta de apertura y agrupados por su función. Contrariamente al indice de elementos HTML el cual lista todas las posibles etiquetas, estandares, no-estandares, validas, obsoletas o aquellas en desuso, esta listo solamente los elementos HTML5 validos. Solamente aquellos que deberían ser usados en nuevas páginas Web's. El simbolo indica que el elemento fue añadido en HTML5. Notese que otros elementos listados aqui pueden haber sido modificados o extendido por la especificación HTML5.
Elemento raíz Elemento
Descripción Representa la raíz de un documento HTML o XHTML. Todos los demás elementos deben ser descendientes de este elemento.
Metadata del Documento Elemento
Descripción Representa una coleccion de metadatos sobre el documento, incluyendo enlaces o definiciones de scripts y hojas de estilo.
6e3z4j
Define el titulo del documento, el cual se muestra en la barra de titulo del navegador o en las páginas de la pestaña. Solamente puede contener texto y cualquier otra etiqueta contenida no será interpretada.
Define la URL base para la URL relativa en la página.
Usada para enlazar JavaScript y CSS externos con el actual documento HTML.
<meta>
Define la metadata que no puede ser definida usando otro elemento HTML.
<style>
Etiqueta de estilo es usada para escribir CSS en línea.
Scripting https://developer.mozilla.org/es/docs/HTML/HTML5/HTML5_lista_elementos
1/8
17/12/13
Lista de Elementos HTML5 - HTML | MDN
Elemento
Descripción
<script>
Define ya sea un script interno o un enlace hacia un script externo. El lenguaje de es script JavaScript
<noscript>
Define una contenido alternativo para mostrarse cuando el navegador no soporta scripting.
Secciones Elemento
Descripción Representa el contenido principal de un documento HTML. Solo hay un elemento en un documento.
<section>
Define una sección en un documento.
Define una sección que solamente contiene enlaces de navegación
<article>
Define contenido autónomo que podría existir independientemente del resto del contenido.
Define algunos contenidos puesto aparte del resto del contenido de la página. Si es removido el contenido restante seguirá teniendo sentido
, 715y4v
, Elemento de cabecera, implementan seis niveles de cabeceras de documentos, 6k175f
, 715y4v
, 715y4v
es la más importante y 5q2l45
es la última. Un elemento de cabecera 2p3h69
, 715y4v
describe brevemente el tema de la sección que introduce.
Define la cabecera de la página o sección. Usualmente contiene un logo, el titulo de la Sitio Web y una table de contenidos navegable.
Define el pie de una página o sección. Usualmente contiene un mensaje de derechos de autor, algunos enlaces hacia información legal o direcciones para dar información de retroalimentación.
Define una sección que contiene información de o.
<main>
Define el contenido principal o importante en el documento. Solamente existe un elemento <main> en el documento.
Agrupación de Contenido Elemento
Descripción Define a parte que debe mostrarse como una párrafo.
https://developer.mozilla.org/es/docs/HTML/HTML5/HTML5_lista_elementos
2/8
17/12/13
Lista de Elementos HTML5 - HTML | MDN
Representas un quiebre temático entre los parrafos de una sección o articulo o cualquier contenido.
<pre>
Indica que el contenido esta preformateado y que este formato debe ser preservado.
Representa una referencia.
Define una lista ordenada de articulos, la cual cambia su significado si cambia el orden de sus elementos.
Define una lista sin orden de articulos.
Define un artículo de una lista ennumerada usualmente precedido por una viñeta en Ingles.
Define una lista de definiciones, que es una lista de terminos y sus definiciones asociadas.
Representa un termino definido por el siguiente
.
Representa la definición de los terminos listados antes que el.
Representa una figura que ilustra una parte del documento.
Representa la leyenda de una figura.
Representa un contenedor generico sin ningún significado especial.
Semántica a nivel de Texto Elemento
Descripción
Represents an hyperlink , linking to another resource.
<em>
Represents emphasized text, like a stress accent.
<strong>
Represents especially important text.
<small>
Represents a side comment , that is text like a disclaimer, a copyright which is not essential to the comprehension of the document.
<s>
Represents content that is no longer accurate or relevant .
Represents the title of a work .
Represents an inline quotation .
https://developer.mozilla.org/es/docs/HTML/HTML5/HTML5_lista_elementos
3/8
17/12/13
Lista de Elementos HTML5 - HTML | MDN
Represents a term whose definition is contained in its nearest ancestor content.
Represents an abbreviation or an acronym , eventually with its meaning. Associates to its content a machine-readable equivalent . (This element is only in
the WHATWG version of the HTML standard, and not in the W3C version of HTML5).
Represents a date and time value, eventually with a machine-readable equivalent.
Represents some computer code .
Represents a variable, that is an actual mathematical expression or programming context, an identifier representing a constant, a symbol identifying a physical quantity, a function parameter, or a mere placeholder in prose.
<samp>
Represents the output of a program or a computer.
Represents input , often from the keyboard, but not necessary, it may represent other input, like transcribed voice commands.
<sub>,<sup> Represents a subscript , respectively a superscript.
Represents some text in an alternate voice or mood, or at least of different quality, such as a taxonomic designation, a technical term, an idiomatic phrase, a thought or a ship name.
Represents a text which to which attention is drawn for utilitarian purposes . It doesn't convey extra importance and doesn't implicate an alternate voice.
Represents unarticulate non-textual annoatation, such labeling the text as being misspelt or labeling a proper name in Chinese text.
<mark>
Represents text highlighted for reference purposes, that is for its relevance in another context.
Represents content to be marked with ruby annotations , short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana .
Represents the text of a ruby annotation .
<rp>
Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not ing the standard display for annotations. Represents text that must be isolated from its surrounding for bidirectional text
https://developer.mozilla.org/es/docs/HTML/HTML5/HTML5_lista_elementos
4/8
17/12/13
Lista de Elementos HTML5 - HTML | MDN
formatting. It allows to embed span of text with a different, or unknown, directionality.
Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm. Represents text with no specific meaning. This has to be used when no other
<span>
text-semantic element conveys an adequate meaning, which, in this case, is often brought by global attributes like class, lang, or dir.
Represents a line break .
<wbr>
Represents a line break opportunity , that is a suggested wrapping point in order to improve readability of text split on several lines.
Ediciones Elemento
Descripción
Defines an addition to the document.
<del>
Defines a removal from the document.
Contenido Incrustado Elemento
Descripción Represents an image .
<iframe> Represents a nested browsing context , that is an embedded HTML document. <embed>
Represents a integration point for an external, often non_HTML, application or interactive content.
Represents an external resource , which will be treated as an image, an HTML subdocument or an external resource to be processed by a plugin.
<param>
Defines parameters for use by plugins invoked by elements.
Represents a video , and its associated audio files and captions, with the necessary interface to play it.
Represents a sound , or an audio stream .
<source> Allows authors to specify alternative media resources for media elements like
or
. https://developer.mozilla.org/es/docs/HTML/HTML5/HTML5_lista_elementos
5/8
17/12/13
Lista de Elementos HTML5 - HTML | MDN
Allows authors to specify timed text track for media elements like
or
.
Represents a bitmap area that scripts can be used to render graphics, like graphs, game graphics, any visual images on the fly. <map>
In conjunction with <area>, defines an image map .
<area>
In conjunction with <map>, defines an image map .
<svg>
Defines an embedded vectorial image .
<math>
Defines a mathematical formula .
Tabulación de Datos Elemento
Descripción
Represents data with more than one dimension .
Represents the title of a table .
Represents a set of one or more columns of a table.
Represents a column of a table.
Represents the block of rows that describes the concrete data of a table.
Represents the block of rows that describes the column labels of a table.
Represents the block of rows that describes the column summaries of a table.
Represents a row of cells in a table.
Represents a data cell in a table.
Represents a header cell in a table.
Formularios Elemento
Descripción Represents a formular , consisting of controls, that can be submitted to a server for processing.
Represents a set of controls . https://developer.mozilla.org/es/docs/HTML/HTML5/HTML5_lista_elementos
6/8
17/12/13
Lista de Elementos HTML5 - HTML | MDN
Represents the caption for a
.
Represents the caption of a form control.
Represents a typed data field allowing the to edit the data.
Represents a button .
<select>
Represents a control allowing the selection among a set of options .
Represents a set of predefined options for other controls. Represents a set of options , logically grouped.
Represents an option in a <select>element, or a suggestion of a element. Represents a multiline text edit control .
Represents a key pair generator control .
Represents the result of a calculation .
<progress>
Represents the completion progress of a task.
<meter>
Represents a scalar measurement (or a fractional value), within a known range
Elementos Interactivos Elemento <details>
Descripción Represents a widget from which the can obtain additional information or controls.
<summary>
Represents a summary , caption , or legend for a given <details>.
Represents a command that the can invoke.
<menu>
Represents a list of commands .
Ver también https://developer.mozilla.org/es/docs/HTML/HTML5/HTML5_lista_elementos
7/8
17/12/13
Lista de Elementos HTML5 - HTML | MDN
Un conjunto de documentos sobre HTML5. La referencia de todos las etiquetas HTML, incluso elementos no validos en HTML5. Otra manera de listar las etiquetas: la Tabla Periodica de elementos HTML5 por Josh Duck.
https://developer.mozilla.org/es/docs/HTML/HTML5/HTML5_lista_elementos
8/8
Related Documents
Lista De Elementos Html5 - Html _ Mdn February 2023 0
Lista De Elementos Do Html5 March 2023 0
Html Element Reference - Html _ Mdn October 2022 0
Usando Audio Y Video Con Html5 _ Mdn December 2019 30
Lista De Atributos Html March 2023 0
Lista De Etiquetas Html5.pdf July 2021 0
More Documents from "Jhon Santiago Pinco"
Lista De Elementos Html5 - Html _ Mdn February 2023 0
Analizador De Espectro Rigol Dsa1020 December 2019 41
February 2023 0
10 Ragazze April 2023 0
Elisabeth Haich - Iniziazione, Memorie Di Un'egizia December 2019 42
Ariston Margherita 2000 Washing Machine October 2021 0
Our Company
2008 Columbia Road Wrangle Hill, DE 19720
+302-836-3880
[email protected]
Quick Links
About
Help / FAQ
Legal
of Service
Cookie Policy
Disclaimer
Follow Us
Mobile Apps
Copyright © 2025 IDOUB.
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144860406-1');
2s465x