Prev Demo
Multiple Columns
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Multiple columns</title> </head> <body> <h2 style="color:black">Multiple Columns</h2> <table width="500"> <tr> <td bgcolor="red" width="20%"> <b style="color:white">Tutorials</b><br /> HTML<br /> CSS<br /> JavaScript </td> <td bgcolor="blue" height="200" width="60%"> TechFunda is online tutorials </td> <td bgcolor="green" width="20%"> <b>Learn step by step manner </b><br /> cSharp<br /> Asp.Net<br /> AngularJS </td> </tr> </table> </body> </html>
Note: We DO NOT save your trial code in our database.
Output