Saltar al contenido principal

Elementos HTML

A continuación, se recogen todos los elementos HTML vistos:

<!DOCTYPE html>
<!-- -->
<html></html>
<head></head>
<body></body>
<title></title>
<script></script>
<style></style>
<base/>
<link/>
<meta/>
<p></p>
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<br />
<a></a>
<strong></strong>
<em></em>
<small></small>
<abbr></abbr>
<ul></ul>
<ol></ol>
<li></li>
<dl></dl>
<dt></dt>
<dd></dd>
<table></table>
<thead></thead>
<tbody></tbody>
<tfoot></tfoot>
<colgroup></colgroup>
<caption></caption>
<tr></tr>
<td></td>
<th></th>
<img />
<audio></audio>
<video></video>
<object></object>
<header></header>
<main></main>
<nav></nav>
<div></div>
<span></span>
<section></section>
<article></article>
<aside></aside>
<footer></footer>
<iframe></iframe>
<form></form>
<select></select>
<option></option>
<label></label>
<fieldset></fieldset>
<legend></legend>
<input />
<textarea></textarea>