Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML5 - Coggle Diagram
HTML5
Etiquetes
Imagen
<img>
Ejemplo:
<img src="/imagenes/foto.jpg">
<img src="https://www.ejemplo.com/images/foto.jpg">
Crear
Listas
<ol>
<li>
Ejemplo:
<ol>
<li>Ejemplo N1</li>
<li>Ejemplo N2</li>
</ol>
Tablas
<table>
<tr>
<td>
<th>
Ejemplo:
<table>
<tr>
<th>ejemplo1</th>
</tr>
<tr>
<th>Ejemplo2</th>
<td>Subejemplo1</td>
</tr>
</table>
Enlace
<a href=" ">
Ejemplo:
<a href="foto.png>
Formato de texto
Texto tachado
<strike> | <s>
Texto más grande
<big>
Cursiva
<i> | <em>
Texto más pequeño
<sub>
Negrita
<b> | <strong>
Superindice
<sup>
Subrayado
<u>
Subindice
<sub>
Básicos de estructura
<head>
<body>
<h1>, <h2>, <h3>, <h4>, <h5>, <h6>
<p>
<html>
NOVEDADES
Contenido multimedia
Nuevas etiquetas semánticas
<article>
<section>
<nav>
<header>
<footer>
<aside>
Formularios mejorados
Almacenamiento local
API de arrastrar y soltar