-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathorange.html
More file actions
43 lines (30 loc) · 1.02 KB
/
orange.html
File metadata and controls
43 lines (30 loc) · 1.02 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
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Orange</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1 class="title">Orange</h1>
<div class="description">
Our orange ice cream is one of our most popular flavors.
We use fresh oranges for our mango ice cream.
<!-- I think there is something wrong in this part -->
Here are some of the countries where our oranges are harvested:
<ull>
<li>Brazil</li>
<li>China</li
<li>India</li>
<li>United States</li>
<lj>Mexico</li>
</ul>
<!-- I think there is something wrong in this part -->
<img src="">
<a href="index.html"><button type="button">Back</button></a>
</div>
</div>
</body>
</html>