nbktechworld / full-stack-web-dev

6 stars 13 forks source link

Wrap the main content for the signup page in a `<main>` tag #37

Closed nbkhope closed 1 month ago

nbkhope commented 2 months ago

Enclose all the main content from signup.html in the tag <main>.

Example:

<body>
   ...
  <main>
    Main Content Goes Here
  </main>
  ...
</body>
Pybite commented 1 month ago

I would like to help with this