menu desplegable

Elemento raíz
<html></html>

Metadatos del documento
<head></head>
<title></title>
<link />
<meta />
<style></style>

Scripting
<script></script>
<noscript></noscript>

Secciones
<body></body>
<section></section>
<nav></nav>
<article></article>
<aside></aside>
<h1></h1>,<h2></h2>,<h3></h3>,<h4></h4>,<h5></h5>,<h6></h6>
<header></header>
<footer></footer>

Agrupación de Contenido
<p></p>
<hr />
<ol></ol>
<ul></ul>
<li></li>
<div></div>

Semántica a nivel de Texto
<a></a>
<span></span>
<br/>

Contenido incrustado
<img />
<iframe></iframe>
<video></video>
<audio></audio>
<canvas></canvas>
<svg></svg>

Datos tabulares
<table></table>
<tbody></tbody>
<thead></thead>
<tr></tr>
<td></td>
<th></th>

 Formularios
<form></form>
<fieldset></fieldset>
<label></label>
<input />
<button></button>
<select></select>
<datalist></datalist>
<option></option>
<textarea></textarea>