I built the table as follows:
<table width="100%" border="0"> <tr> <td width="20%"> Nombre </td> </tr> </table>
but I have a warning "Validation (XHTML 1.0 Transitional):" Attribute Width "is deprecated. A newer construction is recommended"
What is the newer design for width in XHTML?
source share