0
What is the wrong in this code? It doesn't comes with table and border at center.
<table> <table border="2"> <tr> <table align="center"> <td bgcolor="red">Red</td> <td>Blue</td> <td>Green</td> </tr> <tr> <td>Yellow</td> <td colspan="2">Orange</td> </tr> </table>
6 Answers
0
<table border="2">
<tr>
<td bgcolor="red">Red</td>
<td>Blue</td>
<td>Green</td>
</tr> <tr>
<td>Yellow</td>
<td colspan="2">Orange</td>
</tr>
</table>
I've gone through your code this is what I ended up with - for mw its working
0
How to get the table at center
0
I think you just have to put align="center" behind the border="2"
0
Or surround the <table> element with a <center> element
0
Got it! Tan q
0
<h4>An Ordered List:</
>
<li>Coffee</li>
<li>Tea</li>
<li>Milk
</
>