rendered paste body<html>
<head>
<title>Ficha 3 ex3 </title>
</head>
<body>
<script type=text/javascript>
document.write ("<table border=1 width=50% align=center>");
document.write (" <tr>");
document.write (" <th>Profissão</th>");
document.write (" <th>Chatices</th>");
document.write (" <th>Problemas</th>");
document.write (" </tr>");
document.write (" <tr>");
document.write (" <td>Professor</td>");
document.write (" <td>Muitas</td>");
document.write (" <td>Ainda mais</td>");
document.write (" </tr>");
document.write (" <tr>");
document.write (" <td>Advogado</td>");
document.write (" <td>Muitas</td>");
document.write (" <td>Ainda mais</td>");
document.write (" </tr>");
document.write (" <tr>");
document.write (" <td>Engenehiro</td>");
document.write (" <td>Ainda Mais</td>");
document.write (" </tr>");
document.write (" <tr>");
document.write (" <td>Turitas</td>");
document.write (" <td>Muitas</td>");
document.write (" <td>Ainda mais</td>");
document.write (" </tr>");
document.write ("</table>");
</body>
</html>