Tribute Page Project Help!

<!-- file: index.html -->
<!DOCTYPE html>
<link rel="stylesheet" href="styles.css">

<main id=main>
  <div id=img-div>
    
    <div>
        <div id=img-caption>
          <img id=image src="https://i.pinimg.com/736x/a3/c2/6c/a3c26c173f6a317431b2ddd586f8b10a.jpg" width = "100%"">
            <image>
              <id id=title>Naruto</id>
            </image>
          </img>
        </div>
    </div>

    <div id=tribute-info>
      <id id=subtitle>Chapter 1</id>
    </div>

    <a id=tribute-link href target=_blank></a>
  </div>
</main>

Need help with these two requirements:
(1) Your img element should have a display of block .
(2) Your #image should have a max-width of 100%.

Can’t seem to find my mistake or a solution.

Welcome to the forum, @CodingNGym .

To better assist you, we need a link to the challenge and all of your code, both CSS and HTML. You can use the Get Help > Ask for Help button to do that automatically. This button is visible after you have run the tests at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.