OneCompiler

CSS PRACTICE POST

137
<html> <body> <table border="2" cellspacing="5" cellpadding="5" bordercolor="blue" bgcolor="yellow"> <caption>ALL TABLE</caption> <tr> <th>123</th> <th>456</th> </tr> <tr> <td colspan="2" style="text-font:verdana;">jhegerkkuk</td> <td>8hkurfhhrj</td> </tr> <tr> <td rowspan="2">89345</td> <td>8558566</td> </tr> <tr> <td>8935</td> <td>8558566</td> </tr> </table> </body> </html>