Is html <COL align> deprecated?
i'm looking at the W3Schools demo of using the <COL> element to align columns : <table width="100%" border="1"> <col align="left" /> <col align="left" /> <col align="right" /> <tr> <th>ISBN</th> <th>Title</th> <th>Price</th> </tr> <tr> <td>3476896</td> <td>My first HTML</td> <td>$53</td> </tr> </table> And browser's rendering of it is not encouraging: Chrome (10.0.648.127): FireFox (3.6.8): Internet Explorer 9 (standards mode): Internet Explorer 8 (standards mode): Internet Explorer 7 (standards mode): Internet Explorer (quirks mode): It's interesting to note that <COL align> used to work in