Create a home page for a restaurant. 2. Save it as index.html in a folder named Project (case sensitive). 3. Your home page must have these requirements: a. A title across the top with an image as background. ("Enoteca Vespaio", hero.jpg) b. Navigation links to other pages in the site. c. An image on the home page (hero.jpg.) d. An explanation of the restaurant and the kind of service to expect. (just put lorem ipsum content for now.) 4. Add a link to a page called Menu a. Create the menu page using a table. b. Your menu page must also have a title, but it must be smaller than the home page title. ("Seasonal Menu") c. Your menu page must have the same navigation bar as the home page and link to all pages in the site. d. The table must be populated using JavaScript written in a separate file called menu.js in the Project folder. e. You must have at least 5 images of items and their prices in the table. (leave links blank) f. The table must have a column for the images, item name, and price. (3 Columns) g. You must use a numeric array to store the prices and a string array to store the image files.
Create a home page for a restaurant.
2. Save it as index.html in a folder named Project (case sensitive).
3. Your home page must have these requirements:
a. A title across the top with an image as background. ("Enoteca Vespaio", hero.jpg)
b. Navigation links to other pages in the site.
c. An image on the home page (hero.jpg.)
d. An explanation of the restaurant and the kind of service to expect. (just put lorem ipsum content for now.)
4. Add a link to a page called Menu
a. Create the menu page using a table.
b. Your menu page must also have a title, but it must be smaller than the home page title. ("Seasonal Menu")
c. Your menu page must have the same navigation bar as the home page and link to all pages in the site.
d. The table must be populated using JavaScript written in a separate file called menu.js in the Project folder.
e. You must have at least 5 images of items and their prices in the table. (leave links blank)
f. The table must have a column for the images, item name, and price. (3 Columns)
g. You must use a numeric array to store the prices and a string array to store the image files.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 3 images