<track>, y cuándo debe usarse?<track> se usa para especificar subtítulos. Típicamente se aplica como hijo de las etiquetas <audio> y <video>.<track> se usa para especificar subtítulos. Típicamente se aplica como hijo de la etiqueta <video>.<track> se usa para especificar subtítulos, captions y otros tipos de texto basado en tiempo. Típicamente se aplica como hijo de la etiqueta <video>.<track> se usa para especificar subtítulos, captions y otros tipos de texto basado en tiempo. Típicamente se aplica como hijo de las etiquetas <audio> y <video>.<link><meta><title><br><base><source><input><br><p><area><embed><strong><iframe>, <frame>, y <frameset><frame><iframe><frame> y <frameset><header> y <footer>?<body>, <article>, <aside>, y <section><body>, <article>, y <section><body>, <article>, <aside>, <nav>, y <section><body>, <article>, <table>, y <section><strong><bold><b><link>?<address ______ _____>
<span itemprop="streetAddress">6410 Via Real</span><br />
<span itemprop="addressLocality">Carpinteria</span>,
<span itemprop="addressRegion">CA</span>
<span itemprop="addressCode">93013</span>
</address>
itemscope itemtype="http://schema.org/PostalAddress"itemsref="http://schema.org/PostalAddress" itemid="address"itemscope itemref="http://schema.org/PostalAddress"itemid="address" itemtype="http://schema.org/PostalAddress"<aside>?<source>?<svg>, <picture>, <audio>, y <video><picture>, <audio>, y <video>src, así que cualquier elemento que use src puede usar <source><audio> y <video><textarea>?
<details>
<summary>Parmesan Deviled Eggs</summary>
<p>
These delectable little bites are made with organic eggs, fresh Parmesan, and chopped pine nuts.
</p>
</details>
<h4>▸ Parmesan Deviled Eggs</h4>
<p>
These delectable little bites are made with organic eggs, fresh Parmesan, and chopped pine nuts.
</p>
<details open>
<summary>Parmesan Deviled Eggs</summary>
<p>
These delectable little bites are made with organic eggs, fresh Parmesan, and chopped pine nuts.
</p>
</details>
<details>
<h4>▸ Parmesan Deviled Eggs</h4>
<p>
These delectable little bites are made with organic eggs, fresh Parmesan, and chopped pine nuts.
</p>
</details>
<samp>?<ol> y <ul>?<ul> cuando quieras una lista con viñetas y <ol> cuando quieras una lista numerada.<ul> cuando tengas una lista de elementos en la que el orden de los elementos importa. Usa <ol> cuando tengas una lista de elementos que podrían ir en cualquier orden.<ol> cuando quieras una lista con viñetas y <ul> cuando quieras una lista numerada.<ol> cuando tengas una lista de elementos en la que el orden de los elementos importa. Usa <ul> cuando tengas una lista de elementos que podrían ir en cualquier orden.<div> y <span>?<div> se usa donde se necesita una etiqueta genérica de nivel de bloque, mientras que <span> se usa donde se necesita una etiqueta genérica en línea.<div> se usa para divisiones principales en una página, mientras que <span> se usa para abarcar columnas.<div> es la etiqueta predeterminada estándar de la industria, pero podrías usar <span> si lo prefieres.<div> se usa donde se necesita una etiqueta genérica en línea, mientras que <span> se usa donde se necesita una etiqueta genérica de nivel de bloque.<form method="post" action="mailto:info@linkedin.com" ____="text/plain"></form>
alt de una imagen?<img src="cubism.jpg" alt="Version of ""Whistler's Mother"" in cubist style">
<img src="cubism.jpg" alt="Version of "Whistler's Mother" in cubist style">
<img src="cubism.jpg" alt='Version of "Whistler's Mother" in cubist style' />
<img src="cubism.jpg" alt="Version of \"Whistler's Mother\" in cubist style">
<p id="warning">Be careful when installing this product.</p>
On July 21, 1969, Neil Armstrong said, "One small step for man, one giant leap for mankind."
<p>
On <time datetime="1969-07-21">July 21, 1969</time>, Neil Armstrong said,
<q cite="https://www.hq.nasa.gov/alsj/a11l/a11.html"
>One small step for man, one giant leap for mankind.</q
>
</p>
<p>
On July 21, 1969, Neil Armstrong said,
<q cite="https://www.hq.nasa.gov/alsj/a11l/a11.html"
>"One small step for man, one giant leap for mankind."</q
>
</p>
<p>
On July 21, 1969, Neil Armstrong said,
<q>"One small step for man, one giant leap for mankind."</q>
</p>
<p>
On <time datetime="07-21-1969">July 21, 1969</time>, Neil Armstrong said,
<q cite="https://www.hq.nasa.gov/alsj/a11l/a11.html"
>One small step for man, one giant leap for mankind.</q
>
</p>
<a href="https://es.yahoo.com/" hreflang="____" target="_blank">Visita Yahoo</a>

<label for="example">Make a choice:</label>
<datalist id="example">
<option value="Choice 1"></option>
<option value="Choice 2"></option>
<option value="Choice 3"></option>
</datalist>
<p>Make a choice:</p>
<input id="choices" name="example" />
<datalist value="choices">
<option value="Choice 1"></option>
<option value="Choice 2"></option>
<option value="Choice 3"></option>
</datalist>
<label for="example">Make a choice:</label>
<input list="example" id="choices" name="choices" />
<datalist id="choices">
<option value="Choice 1">Choice 1</option>
<option value="Choice 2">Choice 2</option>
<option value="Choice 3">Choice 3</option>
</datalist>
<label for="example">Make a choice:</label>
<input list="choices" id="example" name="example" />
<datalist id="choices">
<option value="Choice 1"></option>
<option value="Choice 2"></option>
<option value="Choice 3"></option>
</datalist>
<!DOCTYPE html> que comienza el documento.<html>.<picture>
<source srcset="image1.jpg" media="(min-width: 1000px)" />
<source srcset="image2.jpg" media="(min-width: 750px)" />
<img src="image3.jpg" />
</picture>
<picture> no sea compatible.<picture> no sea compatible.
<table>
<scope cols="2" style="background-color: yellow">
<tr>
<th>Col 1</th>
<th>Col 2</th>
<th>Col 3</th>
</tr>
<tr>
<td>first</td>
<td>second</td>
<td>third</td>
</tr>
</table>
<table>
<colgroup span="2" style="background-color: yellow">
<tr>
<th>Col 1</th>
<th>Col 2</th>
<th>Col 3</th>
</tr>
<tr>
<td>first</td>
<td>second</td>
<td>third</td>
</tr>
</table>
<table>
<group cols="2" style="background-color: yellow">
<tr scope="row">
<th>Col 1</th>
<th>Col 2</th>
<th>Col 3</th>
</tr>
<tr scope="row">
<td>first</td>
<td>second</td>
<td>third</td>
</tr>
</table>
<table>
<columns colspan="2" style="background-color: yellow">
<tr>
<th>Col 1</th>
<th>Col 2</th>
<th>Col 3</th>
</tr>
<tr>
<td>first</td>
<td>second</td>
<td>third</td>
</tr>
</table>
<hr>? / Alt.: ¿Cuál es el significado semántico de la etiqueta <hr>?<article>.Esta es una pregunta confusa y puede haber argumentos para que tanto la segunda como la tercera opción sean correctas.
MDN: El elemento HTML <hr> representa una ruptura temática entre elementos de nivel de párrafo. Históricamente, esto se ha presentado como una regla o línea horizontal. Aunque todavía puede mostrarse como una regla horizontal en navegadores visuales, este elemento ahora se define en términos semánticos, en lugar de términos de presentación, por lo que si deseas dibujar una línea horizontal, debes hacerlo usando CSS apropiado.
<section itemscope itemtype="http://schema.org/Restaurant">
<h1 itemprop="name">Nadia's Garden</h1>
<p itemscope ______ ______>
<span itemprop="ratingValue">4.5</span> stars - based on
<span itemprop="reviewCount">120</span> reviews
</p>
</section>
itemprop="aggregateRating" itemref="http://schema.org/AggregateRating"itemprop="aggregateRating" itemtype="http://schema.org/AggregateRating"itemid="aggregateRating" itemtype="http://schema.org/AggregateRating"itemid="aggregateRating" itemref="http://schema.org/AggregateRating"<a id="top"></a>
<!-- placed at the top of the page -->
<a href="#top">back to top</a>
<a name="top"></a>
<!-- placed at the top of the page -->
<a href="#top">back to top</a>
<a href="#">back to top</a> <a href="#top">back to top</a>
<button href="#">back to top</button> <button href="#top">back to top</button>
<rb> <rp> <rt><acronym> <code> <wbr><hgroup> <q> <wbr><b> <i> <u><kdb>, <pre><pre>, <code><kdb>, <mark><code>, <pre><label>?_blank_self_new_parentWe are fond of our TLAs in web design.
<p>We are fond of our <span title="three-letter acronyms">TLAs</span> in web design.</p>
<p>We are fond of our TLAs in web design.</p>
<p>we are fond of our <abbr title="three-letter acronyms">TLAs</abbr> in web design.</p>
<p>we are fond of our <acronym title="three-letter acronym">TLAs</acronym> in web design.</p>
<acronym> ha sido eliminado en HTML5 y ya no debe usarse. En su lugar, los desarrolladores web deben usar el elemento <abbr>.

<ul>
<li>
office
<ol style="circle">
<li>staple</li>
<li>paper</li>
</ol>
</li>
<li>
groceries
<ol style="circle">
<li>milk</li>
</ol>
</li>
</ul>
<ul>
<li>
Office Supplies
<ul>
<li>Stapler</li>
<li>Paper clips</li>
</ul>
</li>
<li>
Groceries
<ul>
<li>Milk</li>
</ul>
</li>
</ul>
<ul>
<li>office</li>
<li>staple</li>
<li>paper</li>
<li>groceries</li>
<li>milk</li>
</ul>
<link href="phone.css" rel="stylesheet" _____="print" />

<p>
"Making money is what you have to do to sustain a business—being driven to make something of value
and purpose is much more powerful."
</p>
<p><em>Lynda Weinman</em></p>
<blockquote>
<q
>"Making money is what you have to do to sustain a business—being driven to make something of
value and purpose is much more powerful."</q
>
<cite><em>Lynda Weinman</em></cite>
</blockquote>
<blockquote>
<p>
"Making money is what you have to do to sustain a business—being driven to make something of
value and purpose is much more powerful."
</p>
<cite>Lynda Weinman</cite>
</blockquote>
<section>
<q
>"Making money is what you have to do to sustain a business—being driven to make something of
value and purpose is much more powerful."</q
>
<cite>Lynda Weinman</cite>
</section>
<p>info</p>?<p>, el cerrador del elemento es </p>, y la información del elemento es info.<p>, la etiqueta de fin es </p>, y el HTML encerrado es info.<p>, la etiqueta de fin es </p>, y el contenido del elemento es info.<p>, el elemento de fin es </p>, y el contenido de la etiqueta es info.<input type="submit" value="click me"> y <button type="submit">Click me</button>?<button> puede tener contenido diferente al texto, como una imagen o elementos HTML anidados, mientras que el <input> no puede.<input type="button"> ha sido depreciado en HTML5. Debes usar la etiqueta <button> en su lugar.<input> puede tener contenido diferente al texto, como una imagen o elementos HTML anidados, mientras que el <button> no puede.<p>Press the <tt>Enter</tt> key to proceed.</p><p>Press the <kbd>Enter</kbd> key to proceed.</p><p>Press the <samp>Enter</samp> key to proceed.</p><p>Press the Enter key to proceed.</p><audio controls>
<source src="sound.mp3" type="audio/mpeg" />
<source src="sound.ogg" type="audio/ogg" />
<source src="sound.wav" type="audio/wav" />
</audio>
accesskeyshortcutkeyboardaccessemail@example.com con el asunto de “Hello”?<a href="mailto:email@example.com&subject=Hello">Click me</a><a href="mailto:email@example.com">Hello</a><a href="mailto:email@example.com?subject=Hello">Click me</a><a href="mailto:email@example.com?&subject=Hello">Click me</a><!DOCTYPE html><html><body><root>La etiqueta <html> es el elemento raíz de un documento HTML, lo que significa que contiene todos los contenidos y etiquetas del documento HTML dentro de ella. El elemento HTML representa la raíz de un documento.
<table> y terminando en </table>?
<tr>
<td>Table cell 1</td>
<td>Table cell 2</td>
</tr>
<tr>
<td rowspan="2">Table cell 3</td>
</tr>
<tr>
<td>Table cell 1</td>
<td>Table cell 2</td>
<td>Table cell 3</td>
</tr>
<tr>
<td>Table cell 1</td>
<td>Table cell 2</td>
</tr>
<tr>
<td colspan="2">Table cell 3</td>
</tr>
<tr>
<td>Table cell 1</td>
<td>Table cell 2</td>
</tr>
<tr>
<td>Table cell 3</td>
</tr>
<meta>?<form>
<legend>Title</legend>
<fieldset>
<label for="name">Your name:</label>
<input type="text" name="name" id="name" />
<button type="submit">Submit</button>
</fieldset>
</form>
<form>
<fieldset>
<legend>Title</legend>
<p>Your name:</p>
<input type="text" name="name" id="name" />
<input type="submit" value="Submit" />
</fieldset>
</form>
<form>
<fieldset>
<legend>Title</legend>
<label for="name">Your name:</label>
<input type="text" name="name" id="name" />
<button type="submit">Submit</button>
</fieldset>
</form>
<form>
<legend>Title</legend>
<label for="name">Your name:</label>
<input type="text" name="name" id="name" />
<input type="submit" value="Submit" />
</form>
<video>?<audio controls src="sound.mp3" type="audio/mpeg">When does this text display?</audio>
<canvas>?<details> <abbr> <figcaption><canvas> <select> <noscript><dt> <table> <pre><kbd> <p> <main><p lang="en-GB">Welcome to our wonderful website.</p>
<base href="http://www.linkedin.com/dir/" />
http://www.linkedin.com/dir/page.htmlpage.htmlhttp://www.linkedin.com/page.htmldir/page.html<head> de tu documento?<style link="style.css"><link rel="stylesheet" href="style.css"><style src="style.css"></style><link style="style.css"><p>, luego usar CSS para hacer espaciado simple.<pre> para hacer que el espaciado de línea se vea exactamente como quieres.<br>.De MDN (<br>: El elemento Line Break):
Preocupaciones de accesibilidad
Crear párrafos separados de texto usando <br> no solo es una mala práctica, es problemático para las personas que navegan con la ayuda de tecnología de lectura de pantalla. Los lectores de pantalla pueden anunciar la presencia del elemento, pero no cualquier contenido contenido dentro de <br>s. Esto puede ser una experiencia confusa y frustrante para la persona que usa el lector de pantalla.
Usa elementos <p>, y usa propiedades CSS como margin para controlar su espaciado.
<wbr>?<nav>
<ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
</ul>
</nav>
<nav>
<ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<ul>
<li><a href="#">Link 2a</a></li>
</ul>
<li><a href="#">Link 3</a></li>
</ul>
</nav>
<nav>
<ul>
<li><a href="#">Link 1</a></li>
<li>
<a href="#">Link 2</a>
<ul>
<li><a href="#">Link 2a</a></li>
</ul>
</li>
<li><a href="#">Link 3</a></li>
</ul>
</nav>
<ul>
<nav>
<li><a href="#">Link 1</a></li>
<li>
<a href="#">Link 2</a>
<ul>
<nav>
<li><a href="#">Link 2a</a></li>
</nav>
</ul>
</li>
<li><a href="#">Link 3</a></li>
</nav>
</ul>
<nav>
<ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<nav>
<ul>
<li><a href="#">Link 2a</a></li>
</ul>
</nav>
<li><a href="#">Link 3</a></li>
</ul>
</nav>
//this is a comment/* this is a comment */<! this is a comment -><!-- this is a comment -->Steve Kruz said: "He will Win"
<q><quote><blockquote><notation><video> y el atributo autoplay no está configurado?<script async src="myscript.js"></script>
<audio autoplay loop src="sound.mp3" type="audio/mpeg"></audio>
<head> y <header>?<head> por página, mientras que puede haber muchas etiquetas <header>.<head> puede contener enlaces CSS y JavaScript, mientras que la etiqueta <header> puede contener encabezados y enlaces de navegación.<head> contiene meta información, mientras que la etiqueta <header> contiene navegación, logos y otro contenido identificativo de la página.<script defer src="myscript.js"></script>
<table>
<tr>
Cell 1
</tr>
<td>Cell 2</td>
<caption>
A table
</caption>
</table>
<caption>
A table
</caption>
<table>
<td>
<tr>
Cell 1
</tr>
<tr>
Cell 2
</tr>
</td>
</table>
<caption>
A table
</caption>
<table>
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
</tr>
</table>
<table>
<caption>
A table
</caption>
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
</tr>
</table>
<table>
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
</tr>
<caption>
A table
</caption>
</table>

<a href="../work/info.html">Ver Información </a><a href="../info.html">Ver Información </a><a href="../../info.html">Ver Información </a><a href="info.html">Ver Información </a><article>?<area />
<embed />
<strong></strong>
<input />
<br />
<p></p>
<link>
<meta>
<title>
<wbr />
<base />
<source />
<a href="tel:802-555-1212">Llámame</a><a href="phone">802-555-1212</a><a href="tel">802-555-1212</a><a href="phone:802-555-1212">Llámame</a>class?<input>?<input type="color"><input type="tel"><input type="week"><input type="num">As Steve Krug once said, happy talk must die.
<p>As Steve Krug once said, <b>happy talk must die.</b> </p><p>As Steve Krug once said, <i>happy talk must die.</i> </p><p>As Steve Krug once said, <blockquote>happy talk must die.</blockquote> </p><p>As Steve Krug once said, <q>happy talk must die.</q> </p>Etiqueta <q>
La mayoría de los navegadores mostrarán las etiquetas q como elementos en línea con comillas
<p>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</p>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</nav>
<nav>
<ol>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ol>
</nav>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>

<h4>Mailing Address</h4>
<address>
6410 Via Real <br />
Carpinteria, CA 93013<br />
<a href="mailto:info@linkedin.com">info@linkedin.com</a>
</address>
<h4><strong>Mailing Address</h4>
<address><em>
6410 Via Real <br>
Carpinteria, CA 93013<br>
<a href="mailto:info@linkedin.com">info@linkedin.com</a>
</em></address>
<h4>Mailing Address</h4>
<p>
<em>
6410 Via Real <br />
Carpinteria, CA 93013<br />
<a href="mailto:info@linkedin.com">info@linkedin.com</a>
</em>
</p>
<p><strong>Mailing Address</strong></p>
<p>
<em>
6410 Via Real <br />
Carpinteria, CA 93013<br />
<a href="mailto:info@linkedin.com">info@linkedin.com</a>
</em>
</p>
La etiqueta <address> define la información de contacto para el autor/dueño de un documento o un artículo. La información de contacto puede ser una dirección de correo electrónico, URL, dirección física, número de teléfono, identificador de redes sociales, etc. El texto en el elemento <address> generalmente se renderiza en cursiva, y los navegadores siempre agregarán un salto de línea antes y después del elemento <address>.
<noscript>Sample Text</noscript>
<details>
<h4>Mixed Berry Tart.</h4>
<p>
Raspberries, blueberries, and strawberries on top of a creamy filling served in a crispy tart.
</p>
</details>




<svg> y <canvas>?<svg> produce gráficos vectoriales, mientras que <canvas> produce gráficos raster.<svg> se integra con JavaScript, mientras que <canvas> no.<svg> produce gráficos raster, mientras que <canvas> produce gráficos vectoriales.<svg> no puede usarse como imagen de fondo, mientras que <canvas> puede usarse como fondo<textarea>?<textarea>. disabled previene toda interacción con el control.<textarea>, mientras que disabled es un atributo válido.<textarea>. readonly previene toda interacción con el control.<textarea>, mientras que readonly es un atributo válido.<a target="_blank">...</a>
button?<button submit="http://example.com/process">Process data</button>
<button action="http://example.com/process">Process data</button>
<button formaction="http://example.com/process">Process data</button>
<button method="http://example.com/process">Process data</button>
formaction — La URL que procesa la información enviada por el botón. Anula el atributo action del propietario del formulario del botón. No hace nada si no hay propietario del formulario. Fuente
x<y&z>w
<p>x<y&z>w</p><p>x<y&z>w</p><p>x<<y&&z>>w<p>x<y&z>w</p>Esta pregunta tiene un problema, sin embargo esta respuesta contará como correcta
Es una pregunta demasiado extraña porque todos esos métodos no funcionan. El método correcto es usar &, <, >.
<label>Address:</label> <input type="text" name="address" id="address-input" />
<label> y <input> deberían estar anidados dentro de un elemento <fieldset>.<input>.<label> le falta un id establecido en “address-input”.<label> le falta un atributo for establecido en “address-input”.<p> Obtén 10% de descuento <small>no válido en Francia</small></p><p> Obtén 10% de descuento <!--no válido en Francia--> </p><p> Obtén 10% de descuento <comment>no válido en Francia</comment></p><p> Obtén 10% de descuento <aside>no válido en Francia</aside></p><p lang="es">canción</p><p lang="es">canción</p><p lang="es">cancio'n</p><p lang="es">canci'on</p><caption>?<caption> proporciona captions para <audio>,<video>,<img>, y <table>.<caption> proporciona captions para <table>.<caption> proporciona captions para <audio>, <video>, y <table>.<caption> proporciona captions para <img>, <audio>, y <video>.value está asociado con qué conjunto de etiquetas?<li>
<input />
<option></option>
</li>
<input>
<option>
<textarea>
<button>
<input />
<form></form>
</button>
<input /> <label> <meter></meter></label>
<img src="https://source.unsplash.com/random">
<img> debe estar emparejado con una etiqueta <caption>.<img> le falta un atributo alt.<img> no es un elemento HTML válido. En su lugar, usa <image src="..."/>.<img> debe estar anidado dentro de una etiqueta <figure>.<p>The <dl>focal length</dl> of a lens gives the distance from the lens to the image sensor.</p><p>The <dfn>focal length<dfn> of a lens gives the distance from the lens to the image sensor.</p><p>The <dt>focal length</dt> of a lens gives the distance from the lens to the image sensor.</p><p>The <dd>focal length</dd> of a lens gives the distance from the lens to the image sensor.</p>Elemento Definition => El elemento HTML <dfn> se usa para indicar el término que se define dentro del contexto de una frase o oración de definición.**Elemento Description Term => El elemento HTML <dt> especifica un término en una lista de descripción o definición, y como tal debe usarse dentro de un elemento <dl>.**Elemento Description Details => El elemento HTML <dd> proporciona la descripción, definición o valor para el término precedente (<dt>) en una lista de descripción (<dl>).
<input type="radio" name="example" /> Choice 1 <br />
<input type="radio" name="example" /> Choice 2 <br />
<input type="radio" name="example" /> Choice 3
<input type="checkbox" name="example" /> Choice 1 <br />
<input type="checkbox" name="example" /> Choice 2 <br />
<input type="checkbox" name="example" /> Choice 3
<label><input type="checkbox" name="example" /> Choice 1</label><br />
<label><input type="checkbox" name="example" /> Choice 2</label><br />
<label><input type="checkbox" name="example" /> Choice 3</label>
<label><input type="radio" name="example" /> Choice 1</label><br />
<label><input type="radio" name="example" /> Choice 2</label><br />
<label><input type="radio" name="example" /> Choice 3</label>
Los elementos <input> de tipo checkbox se renderizan por defecto como cajas que están marcadas (tildadas) cuando se activan como podrías ver en un formulario oficial del gobierno. La apariencia exacta depende de la configuración del sistema operativo bajo el cual se ejecuta el navegador. Generalmente, es un cuadrado pero puede tener esquinas redondeadas.
<pre role="emoticon" aria-label="ASCII emoticon of a shrug">¯\_(ツ)_/¯</pre><pre role="img" aria-label="ASCII emoticon of a shrug">¯\_(ツ)_/¯</pre><dfn title="ASCII emoticon of a shrug">¯\_(ツ)_/¯</dfn><label for="art">ASCII emoticon of a shrug</label><pre role="img" id="art">¯\_(ツ)_/¯</pre><metadata name="author" content="Author Name"><meta name="author">Author Name</meta><meta name="creator" content="Author Name"><meta name="author" content="Author Name">input: Un input que permite al usuario seleccionar de un rango de valores enteros entre 0 y 100 (inclusive) en incrementos de 5<input type="range" min="0" max="100" by="5" /><input type="range" min="0" max="100" step="5" /><input type="number" min="0" max="100" step="5" /><input type="number" min="0" max="100" by="5" />Los elementos <input> de tipo range permiten al usuario especificar un valor numérico que no debe ser menor que un valor dado y no mayor que otro valor dado. El atributo step es un número que especifica la granularidad a la que debe adherirse el valor.
<head>?<head class="Page Section Information" id="head"><title>Page Title</title></head><head><title>Page Title</title> <img src="favicon.icon" alt=""></head><head><title>Page Title</title> <data value="email">email@example.com</data></head><head><title>Page Title</title><address>email@example.com</address></head>El elemento HTML <head> contiene información legible por máquina (metadatos) sobre el documento, como su título. La etiqueta <data> se usa para agregar una traducción legible por máquina de un contenido dado.
Fuente 1/
Fuente 2
<aside>
<h3>Comments</h3>
<article>First comment.</article>
<article>Second comment.</article>
</aside>
<div aria="dpub-comments">
<h3>Comments</h3>
<div aria="dpub-comment">First comment.</div>
<div aria="dpub-comment">Second comment.</div>
</div>
<aside>
<h3>Comments</h3>
<aside>First comment.</aside>
<aside>Second comment.</aside>
</aside>
<div typeof="comments">
<h3>Comments</h3>
<div typeof="comment">First comment.</div>
<div typeof="comment">Second comment.</div>
</div>
El elemento HTML <article> representa una composición autocontenida en un documento, página, aplicación o sitio, que está destinada a ser distribuible o reutilizable de forma independiente (por ejemplo, en sindicación). Ejemplo: un comentario enviado por el usuario.
Fuente
access; allowdesignMode; truecontenteditable; truecontenteditable; yesEl atributo global contenteditable es un atributo enumerado que indica si el elemento debe ser editable por el usuario. Si es así, el navegador modifica su widget para permitir la edición. El atributo debe tomar uno de los siguientes valores: true o una cadena vacía, que indica que el elemento es editable; false, que indica que el elemento no es editable.
Fuente
<input type="invisible" name="important" value="information"><input type="text" style="display: none;" name="important" value="information"><input type="hidden" name="important" value="information"><input type="text" hidden name="important" value="information">Los elementos <input> de tipo hidden permiten a los desarrolladores web incluir datos que no pueden ser vistos o modificados por los usuarios cuando se envía un formulario. Por ejemplo, el ID del contenido que se está ordenando o editando actualmente, o un token de seguridad único. Los inputs ocultos son completamente invisibles en la página renderizada, y no hay forma de hacerlos visibles en el contenido de la página. Fuente
<table><label>Heading</label>...</table><table><title>Heading</title>...</table><table><legend>Heading</legend>...</table><table><caption>Heading</caption>...</table>El elemento HTML <caption> especifica el caption (o título) de una tabla. Fuente
srcset de este elemento img debería cargar un navegador en un teléfono móvil pequeño?<img
srcset="medium.jpg 320w, large.jpg 1280w"
src="small.jpg"
alt="Our favorite image"
sizes="(min-width: 1200px) 640px, 100vw"
/>
El navegador: 1. Mirará el ancho de su dispositivo. 2. Determinará qué condición de medios en la lista de tamaños es la primera en ser verdadera. 3. Mirará el tamaño del slot dado a esa media query. 4. Cargará la imagen referenciada en la lista srcset que tenga el mismo tamaño que el slot o, si no hay una, la primera imagen que sea más grande que el tamaño del slot elegido. Fuente
<dl>
<dt>Server</dt>
<dd>Software used to serve webpages, like Apache.</dd>
<dd>Hardware used to provide data to other computers.</dd>
<!-- Other terms and descriptions -->
</dl>
<dt>
<dl>Server</dl>
<dd>Software used to serve webpages, like Apache.</dd>
<dd> Hardware used to provide data to other computers.</dd>
<!-- Other terms and descriptions -->
</dt>
<dl>
<dt>Server</dt>
<dd>Software used to serve webpages, like Apache.</dd>
<dt>Hardware used to provide data to other computers.</dt>
<!-- Other terms and descriptions -->
</dl>
<dl>
<dd>Server</dd>
<dt>Software used to serve webpages, like Apache.</dt>
<dt>Hardware used to provide data to other computers.</dt>
<!-- Other terms and descriptions -->
</dl>
<ul>
<h2>Espresso Drinks</h2>
<li>Espresso</li>
<li>Latte</li>
<li>Cappuccino</li>
<li>Mocha</li>
</ul>
<ul> no puede contener un elemento de encabezado como hijo directo.<h1> aquí en lugar de una etiqueta <h2>.<ol> permite que los descendientes directos contengan elementos distintos a <li>, así que usa un <ol> aquí en su lugar.El modelo de contenido de ul solo acepta "Cero o más elementos li y elementos de soporte de script". Fuente
<style media="light-mode: false">/* CSS code */</style><style media="color-mode: dark">/* CSS code */</style><style media="prefers-color-scheme: dark">/* CSS code */</style><style media="color-scheme: dark">/* CSS code */</style><table>
<thead scope="row">
<th row="1">Header</th>
</thead>
<tr>
<td>10</td>
<td>18</td>
</tr>
</table>
<table>
<tr>
<th scope="row">Header</th>
<td>10</td>
<td>18</td>
</tr>
</table>
<table>
<tr>
<thead scope="row">
Header
</thead>
<td>10</td>
<td>18</td>
</tr>
</table>
<table>
<tr>
<th>Header</th>
<td>10</td>
<td>18</td>
</tr>
</table>
<main> representa el contenido dominante de un <article> en un documento.<main> representa el contenido dominante de una <section> de un documento. Puedes tener un elemento <main> por sección.<main> representa el contenido dominante de tu documento. Solo puede haber un elemento <main> que no esté oculto.<article> representa el contenido dominante de tu documento. Solo puede haber un elemento <article> que no esté oculto.<form action="/choices" disabled>
<fieldset disabled>
<legend>choices</legend>
<label>Choice 1 <input type="radio" name="choice" value="choice1" /></label>
<label>Choice 2 <input type="radio" name="choice" value="choice1" /></label>
<label>Choice 3 <input type="radio" name="choice" value="choice1" /></label>
<label>Choice 4 <input type="radio" name="choice" value="choice1" /></label>
<button>Choose!</button>
</fieldset>
</form>
Un fieldset deshabilitado es inutilizable y no se puede hacer clic en él. Fuente
<dl>
<dt>Server</dt>
<dd>Software used to server webpages, like Apache.</dd>
<dd>Hardware used to provide data to other computers.</dd>
<!--Other terms and descriptions -->
</dl>
<dl>
<dd>Server</dd>
<dt>Software used to server webpages, like Apache.</dt>
<dt>Hardware used to provide data to other computers.</dt>
<!--Other terms and descriptions -->
</dl>
<dt>
<dl>Server</dl>
<dd>Software used to server webpages, like Apache.</dd>
<dd>Hardware used to provide data to other computers.</dd>
<!--Other terms and descriptions -->
</dt>
<dl>
<dt>Server</dt>
<dd>Software used to server webpages, like Apache.</dd>
<dt>Hardware used to provide data to other computers.</dt>
<!--Other terms and descriptions -->
</dl>
<break><lb><br><a><a>?<a href="#additional-information" class="Card">
<video src="media.mp4" width="400" height="300"></video>
</a>
<a href="#additional-information" class="Card">
<details>
<summary>Additional Information</summary>
</details>
</a>
<a href="#additional-information" class="Card">
<p>Additional Information</p>
<p></p
></a>
<a href="#additional-information" class-"Card">
<img src="media.jpeg" alt="More information"></video>
</a>
<p><pre><hr><title><em>Exciting</em> title</title><title></title><title name="Exciting Title" /><title>Exciting title</title><link rel="stylesheet" href="/styles for me/styles.css"><link rel="stylesheet" href="/styles|for|me/styles.css"><link rel="css" href="\styles for me\styles.css"><link rel="stylesheet" href="/styles%20for%20me/styles.css"><p>Simple paragraph<ul><li>Simple list</li><ul><li>Simple list<ul><dl><dt>Simple term<dd>Simple description</dl><video src="video.mp4" caption="video.vtt"></video><video src="video.mp4"><track caption="video.vtt" /></video><video src="video.mp4"><track default kind="captions" srclang="en" src="video.vtt" /></video><video src="video.mp4"><caption default srclang="en" src="video.vtt" /></video><custom-sidebar aria-label-"Sidebar"›Sidebar...</custom-sidebar><custom-footnote aria-
label="Endnotes">Endnotes...</custom-footnote>
<aside role="sidebar">Sidebar...</aside>
<aside role="notes">Endnotes...</aside>
<aside role="complementary">Sidebar...</aside>
<aside role="supplementary">Endnotes...</aside>
<aside aria-label-"Sidebar">Sidebar...</aside><aside aria-label="Endnotes">Endnotes...</aside>
<aside aria-label="Sidebar">Sidebar...</aside><aside aria-label="Endnotes">Endnotes...</aside><custom-sidebar aria-label="Sidebar">Sidebar...</custom-sidebar><custom-footnote aria-label="Endnotes">Endnotes...</custom-footnote><aside role="Sidebar">Sidebar...</aside><aside role="Endnotes">Endnotes...</aside><aside role="complementary">Sidebar...</aside><aside role="supplementary">Endnotes...</aside><video src="video.mp4" autoplay muted></video><video src="video.mp4" background></video><video src="video.mp4" autoplay></video><video src="video.mp4" autoplay="force"></video><script type="module" src="module.js"></script>
// external module
<script type="async" src="module.js"></script>
// async
<script type="defer" src="module.js"></script>
// defer
<script type="module" src="module.js">
// inline module
</script>
<html:a href="/our-circle/"><circle cx="10" cy="10" r="5"/></html:a><a svg:href="/our-circle/"><circle cx="10" cy="10" r="5"/></a><a href="/our-circle/"><circle cx="10" cy="10" r="5"/></a><a href="/our-circle/" xlink:href="/our-circle/"><circle cx="10" cy="10" r="5"/></a> <form action="/choices" disabled>
<fieldset disabled>
<legend>Choices</legends>
<label>Choice 1 <input type="radio" name="choice" value="choice1" /></label>
<label>Choice 2 <input type="radio" name="choice" value="choice2" /></label>
<label>Choice 3 <input type="radio" name="choice" value="choice3" /></label>
<label>Choice 4 <input type="radio" name="choice" value="choice4" /></label>
<button>Choose!</button>
</fieldset>
</form>
<table>
<legend>A two body table!</legend>
<col />
<col />
<tbody>
<tr>
<td>Cell 1</td>
<td>Cell 1</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Cell 1</td>
<td>Cell 1</td>
</tr>
</tbody>
</table>
id?<p id="warning">Be careful when installing this product.</p>
warning es un identificador único en el documento, usado para estilos CSS, scripting y enlaces dentro de una página web.warning es un identificador único en el documento, usado para estilos CSS y con código JavaScript.warning puede ser usado para estilos CSS varias veces por página.warning es un identificador único en el sitio web, usado para estilos CSS, scripting y enlaces dentro de una página web.<em>?Hypertext Machine language.
Hypertext and links markup language.
Hypertext Markup Language.
Hightext machine language.
<ui>
<i>
<em>
<ul>