Html basics! Need help.
I have learned how to insert links and pictures, but I do not understand what is wrong with this code. Anyone can help?
@Opcode
Perhaps the images are out of order? Try moving the lower image tag (the fox one) above the Ninja image. It is valid HTML, not sure why it does not accept it.
yes I don't understand why it is not working. I will try rearranging, and I will send you the feedback.
by the way, is it ok if I tag you in my coding questions?
Sure.
I replaced the pictures and even inserted a new one, but still the same problem. I believe it is something wrong with the instruction. "Add a second image below the first one. (Make sure it's before the closing <body> tag!)"(Codeacademy)
In line 7, body is spelled with one 'd', not two. Previously, line 16 should have been an end html tag ( </html> ).
Yes, thank you @rsmith6559 . Could you please explain why line 16 is the line for end html tag </html>?
In your first (screenshot.png) code, line 16 is the last line of the document. In the second (screenshotcoding.png) it's line 14. Basically, the first one had a newbie's typo.
lol I just started learning Html, but thank you for letting me know.
Join our real-time social learning platform and learn together with your friends!