HOME
HOME
WELCOME
MESSAGE
DISPLAY OF THE
CAKE
VIEW MENU
ONLINE
ORDERING
SYSTEM
FOOTER
Home
Menu
It displays the bakery's available products, including cakes, pastries, and other baked goods.
It include images, descriptions, and prices of each item.
Allows customers to explore options before placing an order.
About Us
Order Online
QUESTION TWO
Write the HTML code to structure the basic elements of the page, including the DOCTYPE declaration,
opening <html> tag, and essential elements in the <head> (such as the page title and character set).
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Keki Bora Backery Website</title>
<link rel="stylesheet" href="styles.css">
</head>
QUESTION THREE
Write the HTML code for a navigation bar using an unordered list (<ul>) and anchor tags (<a>).
<header>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="order.html">Order Online</a></li>
</ul>
</nav>
</header>
QUESTION FOUR
Write the HTML code to insert this image. The image file is named signature-cake.jpg, and you should
provide an alt text of "Signature cake from Keki Bora Bakery".
QUESTION FIVE
Write HTML code to list a few items under each category, along with their prices.
<h2>Our Menu</h2>
</select>
QUESTION SIX
You need to create a simple contact <Form> for Keki Bora Bakery where users can inquire about
products.The form should include fields for name, email address, and message, and a submit button.
Write the HTML code for this form
<label for="name">Name:</label>
<label for="email">Email:</label>
<label for="message">Message:</label>
</form>
QUESTION SEVEN
There should be an external link that leads to the bakery's online ordering system. Write the HTML code
for this link. The link should open in a new tab when clicked.
<section class="order">
<p>Choose your meals and have them delivered right to your door!</p>
</select>
<label for="quantity">Quantity:</label>
</form>
</section><br><br><br>
UNIT NAME: WEB TECHNOLOGY
DATE OF SUBMISSION-27/02/2025
GROUP 3 MEMBERS: