<html>
<body>
<h2>Size Attributes</h2>
<p>Images in HTML have a set of size attributes, which specifies the width and height of the image:</p>
<img src="img_girl.jpg" width="500" height="600">
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_attributes_img by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:23:31 GMT -->
</html>