Please anyone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please anyone

Fill in the blanks and align the table to the center of the page: <html> <head><title>My Page</title> < > <body> <table =" "> <tr><td> <ul> <li>item</li> < > </td></tr> < > </html>

26th Dec 2016, 5:06 AM
Bakary
5 Answers
+ 1
<html> <head><title>My Page</title> </head> <body> <table align="center"> <tr><td> <ul> <li>item</li> </ul> </td></tr> </table > </body> </html>
11th Apr 2018, 7:08 AM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
<table align="center"> content </table>
26th Dec 2016, 5:13 AM
Mr V
Mr V - avatar
0
<html> <head><title>My Page</title> </head> <body> <table align ="center"> <tr><td> <ul> <li>item</li> </ul> </td></tr> </table> </body> </html>
21st Mar 2018, 2:36 AM
Jorge L. Ayona Inglis
Jorge L. Ayona Inglis - avatar
0
The Below mention doesn't work. what's the issue? <html> <head><title>My Page</title> </head> <body> <table align="center"> <tr><td> <ul> <li>item</li> </ul> </td></tr> </table > </body> </html>
15th Mar 2020, 9:41 AM
Mohammad Wasim
Mohammad Wasim - avatar
- 1
<html> <head><title>My Page</title> < /head > <body> <table align =" center "> <tr><td> <ul> <li>item</li> < /ul > </td></tr> < /table > </body> </html>
15th May 2017, 8:32 AM
Boy Good
Boy Good - avatar