290129-1-ref.html (287B)
1 <html> 2 <head> 3 <style> 4 th, td { background: #ddd; } 5 table { border-collapse: collapse; } 6 </style> 7 </head> 8 <body> 9 10 <table border="1"> 11 <tr><th>x</th><th colspan="2" class="a1 a2">A</th></tr> 12 <tr><th>x</th><td class="a1">a1</td><td class="a2">a2</td></tr> 13 </table> 14 15 </body> 16 </html>