You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

52 lines
935 B

<html>
<head>
</head>
<body>
<!-- meu comentário -->
<header>
Cabe&Ccedil;alho &euro; &middot;
</header>
<main>
<table border="1" width="100%">
<thead>
<tr>
<th>Cabe&ccedil;alho 1</th>
<th>Cabe&ccedil;alho 2</th>
</tr>
</thead>
<tbody>
<tr>
<td width="50%">Coluna 1</td>
<td width="50%" rowspan="2">Coluna 2</td>
</tr>
<tr>
<td>Coluna 1</td>
</tr>
<tr>
<td colspan="2">Coluna 1</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>Rodap&eacute; 1</td>
<td>Rodap&eacute; 2</td>
</tr>
</tfoot>
</table>
asdfadsfaf
<section>
<div>
resto...
<h1>123 Bem vindo ao meu site.</h1>
<div>
<a href="outra/"><img src="logo.png" /></a>
</div>
<a href="outra/subpagina.html">SubPagina</a>
</div>
</section>
</main>
<footer>
Rodap&eacute;
</footer>
</body>
</html>