Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <table border="1"> <colgroup span="2" style="background-color:orange"> <col width="50"></col> <col width="100"></col> </colgroup> <tr> <td>col 1</td> <td>col 2</td> <td>col 3</td> </tr> </table>
Preview