<table>
<!-- Content -->
</table>
<table>
<tr>
<!-- contenido de la fila -->
</tr>
.
.
.
</table>
<table>
<tr>
<td> Contenido </td>
</tr>
.
.
.
</table>
One row and three columns
Two rows and three columns
border attribute
Header cell
thead and tbody.
semantic ?
cellpadding and cellspacing attribute
Cartelera de vuelos
Pokedex
<form action="url" method="get">
<!-- Content -->
</form>
<form action="url" method="get">
<input type="text">
</form>
<!-- Example 5 -->
<section></section>
<nav></nav>
<article></article>
<aside></aside>
<header></header>
<footer></footer>
<main></main>
<figure></figure>
<figcaption></figcaption>
<data></data>
<time></time>
<mark></mark>
<wbr>
<embed></embed>
<video></video>
<audio></audio>
<source></source>
<canvas></canvas>
<svg></svg>
<html xmlns:og="http://ogp.me/ns#">
<head>
<title>The Rock (1996)</title>
<meta property="og:title"
content="Cheat Sheet" />
<meta property="og:type"
content="website" />
<meta property="og:url"
content="https://htmlcheatsheet.com/" />
<meta property="og:image"
content="https://htmlcheatsheet.com/demo.jpg" />
...
</head>