<html>
<body>
<h2>Image Size</h2>
<p>In this example, 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>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_images_attributes by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:24:03 GMT -->
</html>