- Fork this repository to your GitHub account.
- Clone the forked repository to your local machine.
- Complete the assignment by editing the
index.html
file:- Add a
<header>
with a navigation menu (<nav>
) containing at least three links. - Add a
<main>
section with at least two subsections (<section>
or<article>
). - Add a
<footer>
with copyright information. - Use semantic HTML5 elements wherever possible.
- Add a
- Do not modify the
styles.css
file. The provided CSS will automatically style your HTML elements. - Commit and push your changes to your forked repository.
- Submit the link to your forked repository for grading.
- Proper use of semantic HTML5 elements.
- Correct structure and nesting of elements.
- Clean and readable code.
- Adherence to the provided CSS guidelines.
Submit your assignment by [insert deadline here].
Provide the link to your forked repository in the designated submission platform.
Good luck!