Herramientas de usuario

Herramientas del sitio


informatica:diseno_web:html

¡Esta es una revisión vieja del documento!


HTML

Plantilla

<!DOCTYPE html>
<html lang="es">
    <head>
        <title>Título de la página</title>
    </head>
    <body>
        <h1>Título</h1>
        <p>Esto es un párrafo</p>
    </body>
</html>

Elementos de bloque

Los elementos de bloque ocupa toda la anchura y siempre comienza en una nueva línea

  • <address>
  • <article>
  • <aside>
  • <blockquote>
  • <canvas>
  • <dd>
  • <div>
  • <dl>
  • <dt>
  • <fieldset>
  • <figcaption>
  • <figure>
  • <footer>
  • <form>
  • <h1>-<h6>
  • <header>
  • <hr>
  • <li>
  • <main>
  • <nav>
  • <noscript>
  • <ol>
  • <p>
  • <pre>
  • <section>
  • <table>
  • <tfoot>
  • <ul>
  • <video>

Elementos de línea

Los elementos de línea ocupan solo lo necesario y no comienzan en una nueva línea

  • <a>
  • <abbr>
  • <acronym>
  • <b>
  • <bdo>
  • <big>
  • <br>
  • <button>
  • <cite>
  • <code>
  • <dfn>
  • <em>
  • <i>
  • <img>
  • <input>
  • <kbd>
  • <label>
  • <map>
  • <object>
  • <output>
  • <q>
  • <samp>
  • <script>
  • <select>
  • <small>
  • <span>
  • <strong>
  • <sub>
  • <sup>
  • <textarea>
  • <time>
  • <tt>
  • <var>

Recursos

informatica/diseno_web/html.1629792139.txt.gz · Última modificación: por tempwin