-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (37 loc) · 1.21 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
<html>
<head>
<title>
Testy Cakes Srilanka
</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h4>Best Cakes in Galle</h4>
<h1>Tasty Cakes Srilanka</h1>
<h2 class="tagline">same day delevery - order before 4pm</h2>
<img src="image-01.png" width="320px" alt="cake picture">
<p>We are selling cakes, bakery items and lunch. Enjoy the best Brownies and Drinks at<strong style=color:brown>The Tasty Cakes.</strong> Browse our collection and order your favorite now.</p>
<p class="pricetopic">Price List</p>
<table>
<tr>
<th>Item</th>
<th>Price</th>
</tr>
<tr>
<td>Bronie 100g</td>
<td>Rs. 50</td>
</tr>
<tr>
<td>Butter Cake 1kg</td>
<td>Rs. 1000</td>
</tr>
<tr>
<td>Cheese Cake 1kg</td>
<td>Rs. 1500</td>
</tr>
</table>
<footer>
<p>©2023. Tasty Cakes Srilanka</p>
</footer>
</body>
</html>