Project: Luigi's Pizzeria - Setup

Requirements


Instructions

  1. Create a new folder on your computer called "pizzeria".
  2. Open the folder in Visual Studio Code.
  3. Create a new file called "index.html".
  4. Create a new file called "pizzas.html".
  5. Create a new file called "prices.html".
  6. Create a new file called "contact.html".
  7. Create a new folder called "images".
  8. Download the following images from GitHub:
  9. https://github.com/learn2buildapps/HTML_Project_Setup/blob/main/images/background.jpg
    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
  10. Put the images in the "images" folder.

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:



GitHub and Other References