Prev Demo
Table With Rowspan
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h3>Tables with multiple rows</h3> <table border="1"> <tr> <th>techfunda</th> <td>javascript</td> </tr> <tr> <th rowspan="3">Dotnetfunda</th> <td>Forums</td> <tr> <td>Articles</td> </tr> <tr> <td>Codes</td> </tr> </table> </body> </html>
Note: We DO NOT save your trial code in our database.
Output