Prev Demo
Table Background
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> th, td { border: 3px solid orange; border-collapse: collapse; } </style> <table style="width:50%"> <tr> <th style="background-color:blue; color:white;">Dotnetfunda</th> <th>TechFunda</th> <th>ITFunda</th> </tr> <tr> <td style="background-color:red; color:white;">Forums</td> <td style="background-color:orange;">Bootstrap</td> <td>Onlinetraining</td> </tr> <tr> <td>Articles</td> <td>Javascript</td> <td>Offlinetraining</td> </tr> <tr> <td>Codes</td> <td>HTML5</td> <td style="background-color:pink;">Tutorials</td> </tr> </table> </body> </html>
Note: We DO NOT save your trial code in our database.
Output