mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
18 lines
299 B
HTML
18 lines
299 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<table>
|
||
|
<caption>Superheros and sidekicks</caption>
|
||
|
<colgroup>
|
||
|
</div>
|
||
|
<col>
|
||
|
<col span="2" class="batman">
|
||
|
<col span="2" class="flash">
|
||
|
</colgroup>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|