¿Por qué este código es incorrecto para definir columnas de tabla?
<col style:"width:50px;">
No hay nada mal
style: debería ser style=
style:
style=
width:50px debería ser width="50px"
width:50px
width="50px"
<col> debería estar dentro de <colgroup>
<col>
<colgroup>