thats i was able design the project without any help
What challenges did you encounter, and how did you overcome them?i didn't encounter any
What specific areas of your project would you like help with?grid and javascript
thats i was able design the project without any help
What challenges did you encounter, and how did you overcome them?i didn't encounter any
What specific areas of your project would you like help with?grid and javascript
Response to Question
While <main>
, <section>
, and <div>
are all containers. <div>
can somewhat be described as a "generic container".
It is commonly used to group elements together for styling purposes.
Structing your page with <main>
, <section>
, and other semantic elements, gives your page semantic meaning. As a result, your HTML code becomes easier to understand, improves accessibility and SEO of your websites.
As your code uses <div>
for the purpose of flexbox, it is appropriate.