Hola, aqui te pasteo el codigo:
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="500" border="1" align="center" cellpadding="1" cellspacing="0">
<tr>
<td><div align="center">
<h1>ESTO NO QUIERO</h1>
</div></td>
</tr>
<tr>
<td>texto textotexto texto texto </td>
</tr>
</table>
<br>
<table width="500" border="1" align="center" cellpadding="1" cellspacing="0">
<tr>
<td><div align="center"><strong> ESTO SI QUIERO</strong></div></td>
</tr>
<tr>
<td>texto textotexto texto texto </td>
</tr>
</table>
</body>
</html>