If we want to adjust how high an image is, we need to add the height attribute with a value inside quotation marks.

<html>
 <body>
  <img src="https://getmimo.com/r/earth.png" width="300" height="200" >
 </body>
</html>
]]>

That's it! Depending on what kind of images we need, we can make them as narrow or flat as we want.

Start with the height attribute followed by the = sign and the value 200 inside quotation marks.