Struggling with HTML table. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Struggling with HTML table.

<html> <head> <title>My Page</title> < > <body> <table align =" center "> <tr><td> <ul> <li>item</li> < > </td></tr> < > </html>

22nd Oct 2020, 10:38 PM
Ella Renshaw
Ella Renshaw - avatar
3 Answers
+ 1
Where is closing body and table tags?
22nd Oct 2020, 10:41 PM
HBhZ_C
HBhZ_C - avatar
+ 1
<html> <head> <title>My Page</title> < /head> <body> <table align="center"> <tr><td> <ul> <li>item</li> </ul > </td></tr> < (BLANK)> <(BLANK)> </html> Copy-paste messed with the formatting, but here it is.
22nd Oct 2020, 10:45 PM
Ella Renshaw
Ella Renshaw - avatar
+ 1
Try your code in code playground and paste it here Ella Renshaw try here if you want https://code.sololearn.com/Wall0F52c6e5/?ref=app
22nd Oct 2020, 10:46 PM
HBhZ_C
HBhZ_C - avatar