Within this section, I have included both an image and text. The image has been aligned to the left in order to have the text appear next to it. Both the image and text are enclosed within paragraph tags.
Now, I am looking to add more text that will be displayed underneath the existing text and image.
How can I achieve this?
Here is an example of some code:
<p><img src="image.gif" align="left" width="300" height="200"> Good paragraph of text</p>
<p>Additional text to be shown below the current text and image</p>