Why is this code incorrect for defining table columns?
<col style: "width:50px;">
There is nothing wrong
width:50px should be width="50px"
width:50px
width="50px"
<col> should be inside <colgroup>
<col>
<colgroup>
style: should be style=
style:
style=