summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/table/201-isvalid.xhtml
blob: 57514cfb1da9796fdf1a027ea582f4dcb86a52de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Conforming HTML table</title>
</head>
<body>
<table>
<tbody>
<tr><td>1</td><td>2</td></tr>
<tr><td>3</td><td>4</td></tr>
</tbody>
</table>
</body>
</html>