You are on page 1of 1

<html>

<head>
<title>Exerc�cio.</title>
</head>
<body>
<center><h1>Tabela de produtos de inform�tica</h1></center>
<br>
<br>
<table border="5" align="center">
<tr>
<th>Produto</th>
<th>Pre�o</th>
<th>Quantidade</th>
</tr>
<tr>
<td>Pen drive 16GB</td>
<td>R$ 29,50</td>
<td>1</td>
</tr>
<tr>
<td>HD Externo 1TB</td>
<td>R$ 244,90</td>
<td>2</td>
</tr>
<tr>
<td>Total</td>
<td>R$ 519,30</td>
<td></td>
</tr>
</table>
</body>
</html>

You might also like