My tribute page should have an element with a corresponding id="main" , which contains all other elements.
id="main"
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
Challenge: Build a Tribute Page
Link to the challenge:
Here I have created a main tag with id = main.
<main id = "main"> Your Rest of the code </main>
HI! yeah this problem requires you to create a main element and nest the content inside it. If you’re facing a problem with your code then you should add a link to your codepen here so others can view and debug your code.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.