Buenas a todos perdon pr mi ignorancia
estoy probando i dando mis primeros pasos con estilos, pero ya me ocurre un problemita, quiero saber porque esto en dreamweaver:
Código:
<html>
<head>
<style type="text/css">
<!--
BODY {background:green; color:black;font-family:verdana;font-size:48px}
TABLE{border:4;bgcolor:red;bordercolor:black}
-->
</style>
</head>
<body >
<table>
<td width="0"><th width="136">hola a todos
</table>
</body>
</html>
No me sale igual a esto:
Código:
<html>
<head>
<style type="text/css">
<!--
BODY {background:green; color:black;font-family:verdana;font-size:48px}
-->
</style>
</head>
<body>
<table border=4 bgcolor=red bordercolor=black>
<td width="0"><th width="136">hola a todos
</table>
</body>
</html>
Desde ya muchisimas gracias
Saludos