Can someone write the html program for this webpage for me please. I was done and submitted also but mam said that css is not to be used. and all because of using style attribute I got no marks. please help guys i need urgently.
i will mark as brainliest, give a thanks and rate but please give Correct and relevant answer. and don't use CSS. I'll give 50 points please. wrong answers will be reported.
Answers
<doctype! html> <html> <head> <style> table, th, td { border: 1px solid black; } td,th{color:white;} </style> <body style="background-color:blue;"> <br> <h2 style="color:white; text-align:center;"> WEEKLY ACTIVITIES IN SCHOOL </h2> <table align="center"> <tr> <th>DAY</th> <th>GAME</th> <td rowspan="7">BREAK</td> <th>ACTIVITY</th> </tr> <tr> <th>MONDAY</th> <td>BASKETBALL</td> <td>QUIZ</td> </tr> <tr> <th>TUESDAY</th> <td>KHO KHO</td> <td>PAINTING</td> </tr> <tr> <th>WEDNESDAY</th> <td >FOOTBALL</td> <td>KNITTING</td> </tr> <tr> <th>THUSDAY</th> <td>THROWBALL</td> <td>DRAWING</td> </tr> <tr> <th>FRIDAY</th> <td>CRICKET</td> <td>FLOWER ARRANGEMENT</td> </tr> <tr> <th>SATURDAY</th> <td>BADMINTON</td> <td>RANGOLI</td> </tr> </table> </body> </head> </html>
hope this helps.,..
please mark as brainliest and give a thanks.