Prev Demo
Table With Colspan
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h3>Tables with colspan</h3> <table border="1"> <tr> <th>Dotnetfunda</th> <th colspan="4">Techfunda</th> </tr> <tr> <td>Articles</td> <td>Bootstrap</td> <td>Javascript</td> <td>HTML5</td> <td>AngularJS</td> </tr> </table> </body> </html>
Note: We DO NOT save your trial code in our database.
Output