I have a problem with Responsive web design progect: Tribute page #1: "Tribute page should have a corresponding id="main" which contains all other elements"

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

1 Like

It would really help to have a link to your project instead of the default example project.

As for the error message, do you have an element with the id of main that wraps all the content on your page?

1 Like

Maybe you could try:<body id="main">. All other elements should go inside of the <body id="main"> :grinning:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.