All pastes #2098614 Raw Edit

Something

public text v1 · immutable
#2098614 ·published 2012-01-03 16:33 UTC
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>