-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (41 loc) · 1.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html>
<head>
<title>
Tasty Cakes Sri Lanka
</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h4>Best Cakes in Colombo</h4>
<h1>Tasty Cakes Sri Lanka</h1>
<h2 class="tagline">Same Day Delivery - Order Before 4 P.M </h2>
<img src="image-01.png" width="320px" alt="cake picture">
<p>We are selling cakes, bakery items and lunch. Enjoy the best brownies anddrinks at
<stong style=color:brown;> The Tasty Cakes </stong>.Browse our collection and order your favourite now. </p>
<p class="pricetopic">Price List</p>
<table>
<tr>
<th>Item</th>
<th>Price</th>
</tr>
<tr>
<td>Brownies 100g</td>
<td>Rs.50/=</td>
</tr>
<tr>
<td>Butter Cake 1Kg</td>
<td>Rs.1000/=</td>
</tr>
<tr>
<td>Chocolate Cake 1Kg</td>
<td>Rs.1200/=</td>
</tr>
<td>Chese Cake 1Kg</td>
<td>Rs.1500/=</td>
</tr>
</table>
<footer>
<p>©2022. Tasty Cakes Sri Lanka</p>
</footer>
</body>
</html>