Cheat Sheet HTML5

Document / Page information

<!DOCTYPE> Version of HTML
<html> HTML document - root tag
<head> Page information
<body> Page contents
<base/> Base URL
<meta/> Meta data
<title> Title
<link/> Relevant resource
<style/> Style resource
<script/> Script resource
<noscript> Alternative content to the script
<commentaires> <!-- Comment text -->

Document structure

<header> Header
<h[1-6]> Heading
<div> Page section (block)
<section> Page section (block)
<aside> External content aside
<article> EXternal content
<span> Inline section
<p> Paragraph
<progress> Progress bar
<nav> Navigation section
<br /> Line break
<hr /> Horizontal rule
<footer> Footer
<details> Section with visible title hidden content
<a href=""> Page link
<a href="mailto"> Email link
<a name="name"> Anchor
<a href="#name"> Link to anchor

Images / Videos

<img /> Image
<map /> Image Map
<area /> Area of Image Map
<audio> Sound
<embed> Insertion of multimedia items
<canvas> Programming graphical effects
<source> Source for audio and video tags
<track> Text with audio and video
<video> Video
<figure> Figure
<fidcaption> Figure description
<iframe> Local or remote display web page in the current page

Tables

<table> Table
<caption> Caption
<thead> Table header
<tbody> Table body
<tfoot> Table footer
<colgroup> Column group
<col /> Column
<tr> Table row
<th> Header cell
<td> Table cell

Text Markup

<strong> Strong emphasis
<em> Emphasis
<b> Bold
<s> Crossed text
<blockquote> Long quotation
<q> Short quotation
<abbr> Abbreviation
<acronym> Acronym
<address> Address
<time> Date or time
<pre> Pre-formatted text
<dfn> Definition
<code> Code
<cite> Citation
<u> Annotation
<small> Small note of explanation
<wbr> Line feed
<del> Deleted text
<ins> Inserted text
<sub> Subscript
<sup> Superscript
<bdo> Text direction
<main> Insertion content
<mark> Visual development
<var> Indicate a variable within <code> or <pre>

Lists

<ol> Ordered list
<ul> Unordered list
<li> List item
<dl> Definition list
<dt> Definition item
<dd> Term description

Forms / Objects

<form> Form
<fieldset> Collection of fields
<legend> Form legend
<label> Input label
<input /> Form input
<output /> Result of calculation
<data> Technical content
<datalist> Auto completion of input element
<select> Drop-down box
<optgroup> Group of options
<option> Drop-down option
<textarea> Large text input
<button> Button
<object> Object
<param /> Parameter

Empty elements

<area /> <img />
<base /> <input />
<br /> <link />
<col /> <meta />
<hr /> <param />