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
3 Answers
+ 2
rowspan
+ 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.
+ 2
Thank you it work now but at our school ict text book it is spelled as rawspon i think that is a mistake