Build a Tribute Page - id="main" won't verify first story

Hey there. I’m just going through these projects to certify myself and my first project, first story won’t verify. Did I miss something?

It seems to work for everything else except the id=“main” issue.

you may want to pass your project through an html validator

there are syntax issues you need to address, for example a validator like this: https://validator.w3.org/#validate_by_input

copying your code from codepen you can ignore the first three things (codepen itself add those in the background on its own)

I feel dumb for missing that. Thanks!

you should not use the doctype, head, title and html tags in codepen. You can add metadatas in the pen settings in the section “stuff for the head”