Saltar al contenido
Frontend Classroom
Recorrido Referencia Glosario
Referencia
HTML
Anatomía y estructura
Gramática
  • Elemento HTML
  • Atributo
  • Void element / Elemento vacío
  • Comentario HTML
Esqueleto del documento
  • Esqueleto del documento
  • <!DOCTYPE html>
  • <html>
  • <head>
  • <body>
Texto y contenido
  • <h1>–<h6>
  • <p>
  • <strong>
  • <em>
  • <br>
  • <hr>
  • <small>
  • <mark>
  • <abbr>
  • <sub> y <sup>
  • <time>
  • Entidades HTML
Listas
  • <ul>
  • <ol>
  • <li>
  • <dl>, <dt>, <dd>
Enlaces
Imágenes y multimedia
  • <img>
  • <figure>, <figcaption>
  • <audio>
  • <video>
  • <picture>
Semántica y estructura de página
  • <header>
  • <nav>
  • <main>
  • <footer>
  • <section>
  • <article>
  • <aside>
  • <div>
  • <span>
Formularios
  • <input>
  • <label>
  • <button>
  • <textarea>
  • <select>, <option>
  • <fieldset>, <legend>
Tablas
  • <tr>
  • <td>
  • <th>
  • <thead>, <tbody>, <tfoot>
  • <caption>
Metadata del documento
  • <title>
  • <meta>
  • <link>
Índice
Referencia
HTML
Anatomía y estructura
Gramática
  • Elemento HTML
  • Atributo
  • Void element / Elemento vacío
  • Comentario HTML
Esqueleto del documento
  • Esqueleto del documento
  • <!DOCTYPE html>
  • <html>
  • <head>
  • <body>
Texto y contenido
  • <h1>–<h6>
  • <p>
  • <strong>
  • <em>
  • <br>
  • <hr>
  • <small>
  • <mark>
  • <abbr>
  • <sub> y <sup>
  • <time>
  • Entidades HTML
Listas
  • <ul>
  • <ol>
  • <li>
  • <dl>, <dt>, <dd>
Enlaces
Imágenes y multimedia
  • <img>
  • <figure>, <figcaption>
  • <audio>
  • <video>
  • <picture>
Semántica y estructura de página
  • <header>
  • <nav>
  • <main>
  • <footer>
  • <section>
  • <article>
  • <aside>
  • <div>
  • <span>
Formularios
  • <input>
  • <label>
  • <button>
  • <textarea>
  • <select>, <option>
  • <fieldset>, <legend>
Tablas
  • <tr>
  • <td>
  • <th>
  • <thead>, <tbody>, <tfoot>
  • <caption>
Metadata del documento
  • <title>
  • <meta>
  • <link>
  1. Referencia
  2. /
  3. HTML
Capa 01 · Estructura

HTML

El esqueleto de toda página. Aprendés a darle significado al contenido: texto, listas, enlaces, imágenes, formularios y semántica.

Anatomía y estructura
9
  • Elemento HTML concepto
  • Esqueleto del documento concepto
  • Atributo concepto
  • Void element / Elemento vacío concepto
  • Comentario HTML concepto
  • <!DOCTYPE html> concepto
  • <html> elemento
  • <head> elemento
  • <body> elemento
Texto y contenido
12
  • <h1>–<h6> elemento
  • <p> elemento
  • <strong> elemento
  • <em> elemento
  • <br> elemento
  • <hr> elemento
  • <small> elemento
  • <mark> elemento
  • <abbr> elemento
  • <sub> y <sup> elemento
  • <time> elemento
  • Entidades HTML concepto
Listas
4
  • <ul> elemento
  • <ol> elemento
  • <li> elemento
  • <dl>, <dt>, <dd> elemento
Enlaces
0
Imágenes y multimedia
5
  • <img> elemento
  • <figure>, <figcaption> elemento
  • <audio> elemento
  • <video> elemento
  • <picture> elemento
Semántica y estructura de página
9
  • <header> elemento
  • <nav> elemento
  • <main> elemento
  • <footer> elemento
  • <section> elemento
  • <article> elemento
  • <aside> elemento
  • <div> elemento
  • <span> elemento
Formularios
6
  • <input> elemento
  • <label> elemento
  • <button> elemento
  • <textarea> elemento
  • <select>, <option> elemento
  • <fieldset>, <legend> elemento
Tablas
5
  • <tr> elemento
  • <td> elemento
  • <th> elemento
  • <thead>, <tbody>, <tfoot> elemento
  • <caption> elemento
Metadata del documento
3
  • <title> elemento
  • <meta> elemento
  • <link> elemento