Project: Luigi's Pizzeria - Intro & Requirements

With the understanding of HTML tags and elements, you are now equipped with the basic knowledge needed to start building your first web project. You have learned about different types of HTML tags, such as headings, paragraphs, images, links, tables, and forms. While there is a lot more out there, you can now create structured content for a website and create basic user interactions with forms.

The project that we will continually build upon in this book series will be a fictional pizza restaurant's website - "Luigi's Pizzeria". For now, you will build a basic HTML website which will describe the different types of pizza, their prices, the location of the restaurant, and a contact form. As we progress to the other technologies in the stack, you will add much more features to it.

Here are the requirements that we will build our web page to meet:

If you want to test your skills, feel free to try and build this out with the HTML you learned in the previous sections before following the instructions in the next sections. In software development, there is almost always many different ways to build something so your code may end up looking different from what you see in the instructions. This is perfectly fine.