Skip to main content
This topic has been closed for replies.
Correct answer osgood_

You have inserted the paragraph in the incorrect place in the code. it needs to go directly following your <img> tag and before the closing </div> tag which follows the img tag:

<img src="IMAGES/My story pic.JPG width="350" height="250" alt=""/>

<p>Hi everyone and welcome</p>

</div>

<!-- end main -->

</div>

1 reply

osgood_Correct answer
Legend
December 30, 2016

You have inserted the paragraph in the incorrect place in the code. it needs to go directly following your <img> tag and before the closing </div> tag which follows the img tag:

<img src="IMAGES/My story pic.JPG width="350" height="250" alt=""/>

<p>Hi everyone and welcome</p>

</div>

<!-- end main -->

</div>

vanessah99475283
Known Participant
December 30, 2016

omg, thankyou!!!!! :')))))))) <3