<!DOCTYPE html>
<html>
<head>
<title> 2.3 HTML: Images </title>
</head>
<body>
<!-- Replace ______ with a title describing your picture!-->
<p> Here is a picture of ______. </p>
<!-- Add the necessary attributes to the image tag below-->
<img src="" width="" height="">
</body>
<!-- Do not remove following lines. They're used to test. -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://sites.webjam.org/grader/assignment2.3.js"></script>
</html>