0

Why rawpan on a table did not work in my HTML coding?

I tried as bellow but it did not work <table border="2"> <caption>Monthly Expenses</caption> <tr> <th>Quarter</th> <th>Month</th> <th>Grocery</th> <th>rent</th> <th colspan="3">Utility Bills</th> </tr> <tr> <td rawspan="2">3rd</td> <td>June</td> <td>12,500</td> <td>15,000</td> <td>5,000</td> <td>2,500</td> <td>3,500</td> </tr> <tr> <td></td> <td>July</td> <td>12,500</td> <td>15,000</td> <td>5,000</td> <td>2,500</td> <td>3,500</td> </tr> </table > Can some one help me

29th May 2022, 6:44 AM
Mohamed Raaid
Mohamed Raaid - avatar
3 Answers
+ 2
rowspan
29th May 2022, 6:50 AM
SoloProg
SoloProg - avatar
+ 5
Mohamed Raaid In your question you have written "rawpan" In your code you have written "rawspan" And you are saying in your book it is written "rawspon" If it is written "rawspon" in your book then this should be in your question and code too which is not I think you need to see again in your book. There might be correct and it might be your fault.
29th May 2022, 8:14 AM
AÍąJ
AÍąJ - avatar
+ 2
Thank you it work now but at our school ict text book it is spelled as rawspon i think that is a mistake
29th May 2022, 6:53 AM
Mohamed Raaid
Mohamed Raaid - avatar