<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
```
Replace this line with your code.
<do not remove the three backticks above>
Add what is wrong with your code including error messages, then write what you expected to happen, add the link to the exercise, and include your code.
the link to exercise is
https://www.codecademy.com/en/courses/web-beginner-en-HZA3b/2/3?curriculum_id=50579fb998b470000202dc8b
my code is
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p>Second image</p>
<img src="https://s3.amazonaws.com/codecademy-blog/assets/ninja_zpsa5dbe37a.jpg"/>
</body>
</html>
The error massage is just “Opps! try agian”
Please post your code so that we can see it, and help you. Here’s how.
To format code so it’s visible, either wrap it in single backticks for a small amount of code, or triple backticks on an otherwise blank line before and after for a large amount of code.
Thanks!
you need two images, and a space between .jpg"
and />
I wrote code for 2 lines but in here I cannot post with 2 picture, so i had hv to delete one
you need two pictures to pass the exercise
Does there always have to be a space there? The lesson doesn’t specifically mention that.
Thanks!
it is xml syntax, then yes. If you just use html, the slash and the space are not needed:
<img src="url">
i complained they should upgrade this, but unfortunately that is not the focus at the moment.
system
Closed
July 5, 2016, 7:49am
10
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.