<html> <body> <p>You can resize images with the width and height attribute, the values are calculated in pixels.</p> <img alt="Hibiscus flower in a green vase" height="400" src="https://cdn.lyty.dev/site-images/vase-hibiscus-flower.jpg" width="300"/> </body> </html>