Reference no: EM133724601
Problem: Programming- Creating a Simple Web Page for a Restaurant Project
You are tasked with creating a simple web page for a restaurant. The page should have a navigation menu, a header with the restaurant name, an image of the restaurant, and a menu section with some food items. Design the HTML and CSS code for this web page.
Create a navigation menu with links to different sections of the page.
Add a header with the restaurant name.
Insert an image of the restaurant.
Create a menu section with at least three food items, each with a name, description, and price.
Use CSS to style the page, including setting background colors, fonts, and layout.
Provide both the HTML and CSS code to create this restaurant web page. You can use placeholder names and content if you prefer.