html | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

html

what is the fault in thi code? <html> <head><title>My Page</title> < /head > <body> <table align =" center "> <tr><td> <ul> <li>item</li> < /ul > </td></tr> < /table > </body </html>

7th Oct 2019, 6:46 PM
AZIZ
1 Resposta
+ 7
Closing body tag has only one "<" it should be </body>
7th Oct 2019, 6:52 PM
Ozair Khan
Ozair Khan - avatar