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