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

<html>
 <body>
  <img src="https://getmimo.com/r/image.svg" width="100" height="70" >
 </body>
</html>
]]>

That's it! That's how we can adjust the images in our website.

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