Run »
<!DOCTYPE html> <html> <body> <h2>The src Attribute</h2> <p>The src attribute is used to specifed the source of the filename.</p> <img src="my_img.jpg" alt=”Display Picture” width="500" height="400"> </body> </html>