--- title: 'Basic HTML Website' description: 'Create simple HTML only website with multiple pages.' isNew: false sort: 1 difficulty: 'beginner' nature: 'HTML' skills: - 'HTML' - 'Layouts' - 'semantic HTML' seo: title: 'Basic HTML Website Project' description: 'Create a simple HTML only website with multiple pages.' keywords: - 'basic html' - 'html project idea' roadmapIds: - 'frontend' --- > Goal of this project is to teach you how to structure a website using HTML i.e. different sections of a website like header, footer, navigation, main content, sidebars etc. Do not style the website, only focus on the structure. Styling will be done in separate projects. 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. You can use the following mockup example to create the structure of the website (remember, you are not required to style the website, only focus on the structure that you can style later): ![Basic HTML Website](https://assets.roadmap.sh/guest/portfolio-design-83lku.png) 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.