HTML 5 Part I
How many rows and columns are in the table produced by the code below? <table> <tr><td>a</td><td>b</td><td>c</td></tr> <tr><td>d</td><td>e</td><td>f</td></tr> </table>
How many rows and columns are in the table produced by the code below? <table> <tr><td>a</td><td>b</td><td>c</td></tr> <tr><td>d</td><td>e</td><td>f</td></tr> </table>