0
Struggling with HTML table.
<html> <head> <title>My Page</title> < > <body> <table align =" center "> <tr><td> <ul> <li>item</li> < > </td></tr> < > </html>
3 odpowiedzi
+ 1
Where is closing body and table tags?
+ 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.
+ 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