swc/crates/swc_html_parser/tests/recovery/element/colgroup/input.html

18 lines
299 B
HTML
Raw Normal View History

<!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>