There are also attributes that change the size of images. For example, the width attribute adjusts the width of an image.

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

Make sure you spell width.