Ayuda, porfa.
Código:
GRACIASSSS <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> .cabecera {background-color:#C3C3CF} .lateral {background-color:#FF80B2} .par {background-color:#FFA6C9} .impar {background-color:#FFEDF4} table tr:hover{background: #99FFCC} </style> </head> <body> <table border="1"> <tr class="cabecera"> <th align="center">Carácter</th> <th align="center">Decimal</th> <th align="center">Hexadecimal</th> </tr> <tr> <th class="lateral" align="center">á</th> <td class="par" align="center">224</td> <td class="par" align="center">E0</td> </tr> <tr> <th class="lateral" align="center">é</th> <td class="impar" align="center">233</td> <td class="impar" align="center">E9</td> </tr> </table> </body> </html>