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