Is it under body? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it under body?

I tried to make a table under body, but it didnt work

14th Sep 2016, 3:58 AM
It'syahboi
1 Answer
+ 1
<html> <head> <title> Example </title> </head> <body> <p> This is an Example </p> <table border="3"> <tr> <td>Food</td> <td>Fashion</td> <td>Fitness</Fitness> </tr> <tr> <td></td> <td></td> <td colspan="3"> <br /> </td> </body> </html> I Hope this Might Help you.. Run this code then too if you have any doubt then ask
15th Sep 2016, 4:39 PM
Piyush Tambe
Piyush Tambe - avatar