Images on my Tribute Page

Tell us what’s happening:
I am having trouble getting my image and image caption to show. I get a pinky nail sized box but that’s it. It was suggested to download the image to my browser??? I have no clue what they ment.

Your code so far

Honey~Dos

Honey~Dos Home Improvement:

From roofs to floors and so much more...
      <h3 id="headline">Honey~dos has been in business for 13 years, with a AAA rating. We strive for customers satisfaction. Anything from code work to custom work we can accomplish it. Our track record speaks for it's self, and our customers confirms our track record.</h3>
    
      <li><strong>Tile/Wood Floors</strong> </li>
      <li><strong>Kitchen Remodel</strong> </li>
      <li><strong>Bathroom Remodel</strong></li>
      <li><strong>Painting</strong></li>
      <li><strong>Drywall</strong></li>
      <li><strong>Electrical</strong</li>
      <li><strong>Plumbing</strong></li>
      <li><strong>Siding</strong></li>
      <li><strong>Decks</strong></li>
    </ul>
    <blockquote>
      <p></p>
      <div>If you can dream it we can build it!</div>
    </blockquote>
    <h3>Feel free to visit our gallery and see our work.</h3>
    
    the css page: html,body{ font-family: apple chancery, french script; font-size:25px; text-align:center; min-width:260px; color:white; } #main{ margin:30px auto; padding:15px; border:25px solid; border-radius:25px; background:grey; } img{ max-width: 100%; display: block; height: auto; margin: auto; } #img-div{

    margin-top:20px;
    width:100%;
    border:12px white;
    background:white;
    }
    #img-caption{
    margin:15px;
    }
    #headline{
    margin-top:50px;
    text-align:left;
    }
    ul{
    max-width:550px;
    margin:0 auto;
    text-align:left;
    }
    li{
    margin: 10px;
    }
    blockquote{
    font-style: italic;
    }Your browser information:*
    polisheddesignz@yahoo.com

    User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36.

    Link to the challenge:

I do not see the <img> element. :thinking: Where is this? What is the link of the image?