Cours pratiques de HTML
<h1> – <h6>
<p> ... </p>
<div> ... </div>
<span> ... </span>
<ul> ... </ul>
<ol> ... </ol>
<li> ... </li>
<table> ... </table>
<thead> ... </thead>
<tbody> ... </tbody>
<tr> ... </tr>
<th> ... </th>
<td> ... </td>
<form> ... </form>
<label> ... </label>
<select> ... </select>
<option> ... </option>
<textarea> ... </textarea>
<button> ... </button>
<section> ... </section>
<article> ... </article>
<aside> ... </aside>
<footer> ... </footer>
<nav> ... </nav>
<main> ... </main>
<em> ... </em>
<strong> ... </strong>
<img>
<br>
<hr>
<input>
<a> ... </a>