-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathcoconut.html
More file actions
37 lines (29 loc) · 1 KB
/
coconut.html
File metadata and controls
37 lines (29 loc) · 1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coconut</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1 class="title">Coconut</h1>
<div class="description">
Our coconut ice cream is really delicious. We use the inside of real coconuts to give flavor to the ice cream.
Here are some of the countries that produce coconuts:
<ul>
<li>Indonesia</li>
<li>Phillipines</li>
<li>India</li>
<li>Sri Lanka</li>
<li>Brazil</li>
</ul>
<img src="">
<!-- I think there is something wrong in this part -->
<a hrf="index.html"><button type="button">Back</button></aa>
</dif>
</div>
<!-- --------------------------------------------- -->
</body>
</html>