Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html>

<head>
<title>chestboard</title>
<style type="text/css">
td{
text-align : centre;
font- size =70}
</head>
<body bgcolour="brown">
<table border="1" align=centre" width="900" height="900"
<tr>
<td>1A</td> <td style=background:black ;colour:white">2A </td><td>2B </td>
<td style = "background : black ;colour :white ">2C </td>
</tr>
<tr>
<td>3A</td><td style ="background :black ;colour :white ">3B</td><td>3C</td>
</tr>
</table>
</body>
</html>

You might also like