estoy probando i dando mis primeros pasos con estilos, pero ya me ocurre un problemita, quiero saber porque esto en dreamweaver:
Código:
No me sale igual a esto:<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>
Código:
Desde ya muchisimas gracias <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>
Saludos