Prev Demo
HTML5
>
Layout
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>HTML Layout</title> </head> <body> <h2 style="color:blue"><i> HTML Layout</i></h2> <table width="500" border="0"> <tr> <td colspan="2" bgcolor="violet"> <h1 style="color:black">TechFunda online Tutorials</h1> </td> </tr> <tr> <td bgcolor="green" width="250" height="150"> <b style="color:lime">Tutorials</b><br /> HTML<br/> CSS<br/> JavaScript<br /> AngularJS<br/> BootStrap<br/> </td> <td bgcolor="pink" width="250" height="150"> Learn Online tutorials in techfunda in step by step manner with explanations </td> </tr> <tr> <td colspan="2" bgcolor="black"> <center style="color:whitesmoke"> For more details Visist www.techfunda.com </center> </td> </tr> </table> </body> </html>
Note: We DO NOT save your trial code in our database.
Output