Project: Luigi's Pizzeria - Setup
Requirements
- The website will consist of four separate pages
- Home
- Our Pizzas
- Prices
- Contact
Instructions
- Create a new folder on your computer called "pizzeria".
- Open the folder in Visual Studio Code.
- Create a new file called "index.html".
- Create a new file called "pizzas.html".
- Create a new file called "prices.html".
- Create a new file called "contact.html".
- Create a new folder called "images".
- Download the following images from GitHub: https://github.com/learn2buildapps/HTML_Project_Setup/blob/main/images/background.jpg
- Put the images in the "images" folder.
https://github.com/learn2buildapps/HTML_Project_Setup/blob/main/images/cheese_pizza.jpg
https://github.com/learn2buildapps/HTML_Project_Setup/blob/main/images/mushroom_pizza.jpg
https://github.com/learn2buildapps/HTML_Project_Setup/blob/main/images/pepperoni_pizza.jpg
Code Walkthrough and Explanation
The four HTML files represent each of the four separate pages listed in the requirements. In addition to these four HTML files, we also downloaded a few images that we will be displaying on the web pages.
Video and Code
Questions? Subscribe and ask in the video comments: