<html>
<body>
<h2>The src Attribute</h2>
<p>HTML images are defined with the img tag, and the filename of the image source is specified in the src attribute:</p>
<img src="img_girl.jpg" width="500" height="600">
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_attributes_img_src by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:14:03 GMT -->
</html>