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>
5 ответов
+ 1
<html>
<head><title>My Page</title>
</head>
<body>
<table align="center">
<tr><td>
<ul>
<li>item</li>
</ul>
</td></tr>
</table >
</body>
</html>
0
<table align="center">
content
</table>
0
<html>
<head><title>My Page</title>
</head>
<body>
<table align ="center">
<tr><td>
<ul>
<li>item</li>
</ul>
</td></tr>
</table>
</body>
</html>
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>
- 1
<html>
<head><title>My Page</title>
<
/head
>
<body>
<table
align
="
center
">
<tr><td>
<ul>
<li>item</li>
<
/ul
>
</td></tr>
<
/table
>
</body>
</html>