<html>
<body>
<h2>Image Size</h2>
<p>Here we specify the width and height of an image with the width and height attributes:</p>
<img src="img_girl.jpg" alt="Girl in a jacket" width="500" height="600">
</body>
<!-- /html/tryit.asp?filename=tryhtml_images_attributes Thu, 06 Feb 2025 18:02:11 GMT -->
</html>