Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
What error?
26th May 2022, 12:52 AM
Timmothy Rain
Timmothy Rain - avatar
+ 2
Royal You're getting there! it took me a while to get the structure down as well when I was learning. I recommend you go back to the HTML lesson 2.1 to refresh memory about the HTML structure.
27th May 2022, 4:11 PM
Chris Coder
Chris Coder - avatar
+ 1
Royal Yout html structure is not proper. 1 - Body tag is missing 2 - head tag can't be inside body tag 3 - didn't close ul 4 - didn't close p tag Structure of HTML <html> <head> //It will not display on browser </head> <body> //Visual part which is display on browser </body> </html>
26th May 2022, 7:06 AM
A͢J
A͢J - avatar
0
I don't see any errors.
26th May 2022, 12:09 AM
Stefanoo
Stefanoo - avatar
0
Royal Those contents which are display on browser should go inside body tag. Inside head tag, meta, style, javascript, link tag comes And other tags go inside body tag
26th May 2022, 8:56 AM
A͢J
A͢J - avatar
- 1
Okay
27th May 2022, 1:11 PM
Akshay Gupta