mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
287 B
HTML
16 lines
287 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
th, td { background: #ddd; }
|
|
table { border-collapse: collapse; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<table border="1">
|
|
<tr><th>x</th><th colspan="2" class="a1 a2">A</th></tr>
|
|
<tr><th>x</th><td class="a1">a1</td><td class="a2">a2</td></tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |