This repository holds the second project from the beginner path of roadmap.sh. It's a basic html website. https://roadmap.sh/projects/basic-html-website
Here's the indications:
In this project, you are required to create a simple HTML only website with multiple pages. The website should have following pages:
-Homepage -Projects -Articles -Contact
The website should have a navigation bar that should be present on all pages and link to all the pages.
You are not required to style the website, you are only required to create the structure of the website using HTML. Goals of this project are: -Learn how to create multiple pages in a website. -Structure a website using HTML in a semantic way. -Structure in a way that you can easily add styles later. -Add SEO meta tags to the website.
Again, make sure that your submission includes the following: -Semantically correct HTML structure. -Multiple pages with a navigation bar. -SEO meta tags in the head of each page. -Contact page should have a form with fields like name, email, message etc.
After completing this project, you will have a good understanding of how to structure a website using HTML, basic SEO meta tags, HTML tags, forms etc. You can now move on to the next project where you will learn how to style this website using CSS.