<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<table style="width:100%">
<colgroup span="2" align="left"></colgroup>
<colgroup align="right"></colgroup>
<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>
<p><strong>Note:</strong> The align attribute is not supported by any of the major browsers.</p>
<p>The align attribute is not supported in HTML5.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_colgroup_align by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:16:58 GMT -->
</html>