Skip to main content
This topic is closed to new replies. Start a new post to keep the conversation going.
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>

2 replies

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