As I understand, I need to add "height="400" in between the g and the > at the end of the web address of the image.
Do I have that correct?
You can also use the width=”X” tag, not just height. Don’t forget to close the element with the “. If you opened with a quote, you must also close the quote.
You should never have an odd number of quotes.
It would look like < img src=”https://website.com/somepic.jpg” width=”400” >
Yuuyup!