From 058f02cf7defc1e0d295af56a2dbbf56342a4162 Mon Sep 17 00:00:00 2001 From: Elaiyavan-k Date: Thu, 8 May 2025 09:17:37 +0530 Subject: [PATCH] Update README.md --- README.md | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 111 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 263026b9b..22cef0bee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Ex.07 Restaurant Website -## Date: +## Date: 5/5/2025 ## AIM: To develop a static Restaurant website to display the food items and services provided by them. @@ -28,9 +28,119 @@ Validate the HTML code. Publish the website in the given URL. ## PROGRAM: +``` + + + + + + Restaurant Portal + + + +
+

ELIX EATS

+

"Taste That Talks."

+
+ + + +
+

Welcome

+

Welcome to our restaurant. We serve delicious meals made with love and fresh ingredients.

+ Home Image +
+ + + +
+

About Us

+

Write a short description about your restaurant's story and values.

+
+ + + +
+

Contact

+

Email: your@email.com

+

Phone: +91 12345 67890

+

Address: Your restaurant location

+
+ + + + + +``` ## OUTPUT: +![Screenshot 2025-05-08 090358](https://github.com/user-attachments/assets/3053abd1-86e4-48c6-92b1-0b45a9891a61) +![Screenshot 2025-05-08 090408](https://github.com/user-attachments/assets/96675e3b-d17a-4bf6-a7d6-a0374ef7485b) +![Screenshot 2025-05-08 090420](https://github.com/user-attachments/assets/4571b4bd-44cc-4d38-aaea-ea03711de61c) ## RESULT: