<!-- 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.
