Está en la página 1de 2

<!

DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>TODO write content</div>
<h1 id="elemento">Titulo</h1>
<ul>
<li>primero</li>
<li>segundo</li>
</ul>
<ol>
<li>a</li>
<li>b</li>
</ol>

<table>
<tr>
<td>celda 1</td>
<td>celda 2 </td>

</tr>
<tr>
<td>celda 3</td>
<td>celda 4</td>

</tr>
</table>
<p>Parrafo <em>Con enfasis</em></p>
<p>Parrafo 2<section>Con secci�n</section> </p>

<header>
<h1>titulo del sitio</h1>
<img src="imagenes/descarga.png">
<nav>
<a href="#">Uno</a>
<a href="#">Dos</a>
</nav>
</header>
<section>
<p>parrafo <span> texto</span></p>
</section>
<aside>
<quote>Frase</quote>

</aside>
<footer>
<li><a href="www.facebook.com">FB</a><li>
<li><a href="www.twiter.com">twiter</a><li>
</footer>
</body>
</html>

También podría gustarte