mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
24 lines
270 B
HTML
24 lines
270 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<table>
|
|
<colgroup>
|
|
<col />
|
|
<col />
|
|
<col />
|
|
</colgroup>
|
|
<tbody>
|
|
<tr>
|
|
<td>A</td>
|
|
<td>B</td>
|
|
<td>C</td>
|
|
<td>D</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|