Consulta rápida de HTML

Lista de códigos HTML

Lista compacta de tags e entidades HTML para consulta rápida.

Lista de tags HTML

Lista compacta de tags e entidades HTML para consulta rápida.

Código HTMLUso
<!DOCTYPE html>Document declaration
<html>Root element
<head>Metadata container
<title>Browser and result title
<meta>Page metadata
<link>External resource or canonical URL
<body>Visible content
<header>Introductory content
<nav>Navigation links
<main>Primary page content
<section>Thematic section
<article>Self-contained article
<aside>Related content
<footer>Footer content
<h1> to <h6>Heading levels
<p>Paragraph
<a>Link
<img>Image
<ul> / <ol>Lists
<table>Data table
<form>Input form
<button>Button
<code>Code text
<pre>Preformatted text

Entidades HTML

EntidadeRenderiza comoDescrição
&lt;<Less-than sign
&gt;>Greater-than sign
&amp;&Ampersand
&quot;"Quotation mark
&apos;'Apostrophe
&nbsp;non-breaking spaceKeeps words together
&copy;©Copyright
&reg;®Registered trademark
&trade;Trademark
&euro;Euro
&pound;£Pound
&yen;¥Yen
&mdash;Em dash
&ndash;En dash