We can also use attributes that change the size of images. For example, the width attribute adjusts the width of the image.

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

Nice! We've just changed the width to 100 pixels.

Make sure your selection spells out width.