Adding images to a web page

by danielkwood

HTML

<html>
    <head>
        <title>My Website</title>
    </head>
    <body>
        <img src="images/photo.jpg" alt="Landscape photo" width="426" height="284" />
    </body>
</html>