Modelo
Modelo
DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<div>
<h3 class="titulo">Roupa Cadastrada</h3>
<table class="table" id="tabela">
<thead>
<tr>
<th scope="col">Id</th>
<th scope="col">Marca</th>
<th scope="col">Tamanho</th>
<th scope="col">Cor</th>
<th scope="col">Quantidade</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</section>
</main>
</body>
</html>