|
<main> |
|
<img src="https://via.placeholder.com/500x500" alt="placeholder image"> |
|
</main> |
If you're using <main>, it should contain all of the content specific to this particular page. The way you're using it now suggests that this page is just a home for this image and all other content is generic and appears on multiple pages, which probably isn't true.
more-css-practice/stevens-college/index.html
Lines 20 to 22 in 7c886b3
If you're using
<main>, it should contain all of the content specific to this particular page. The way you're using it now suggests that this page is just a home for this image and all other content is generic and appears on multiple pages, which probably isn't true.