Prev Demo
HTML Layout Using Multiple Columns
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>HTML layout using multiple columns</title> </head> <body> <h2 style="color:blue">HTML layout using multiple columns</h2> <table> <tr valign="top"> <td bgcolor="blue" width="20%"> <b>Tutorials</b><br /> HTML<br /> CSS<br /> Javascript </td> <td bgcolor="red" height="200"> TechFunda is the best online tutorials </td> <td bgcolor="green"> <b>Refer and Earn </b><br /> Csharp<br /> AngularJS<br /> Asp.Net </td> </tr> </table> </body> </html>
Note: We DO NOT save your trial code in our database.
Output