Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions banana.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,16 @@ <h1 class="title">Banana</h1>
Did you know that the banana is botanically speaking a berry?

Here are some of the countries where bananas grow:

<!-- I think there is something wrong in this part -->

<ul>


<l>India</li>
<li>India</li>
<li>China</li>
<li>Phillipines</li>
<li>Ecuador</p>
<li>Indonesia</l>
<li>Ecuador</li>
<li>Indonesia</li>
</ul>

<!-- --------------------------------------------- -->

<img src="">
<img src="img/banana.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down
18 changes: 8 additions & 10 deletions grapefruit.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,20 @@
<div class="container">
<h1 class="title">Grapefruit</h1>
<div class="description">
Our grapefruit ice tastes very light and fresh. It's made from the best milk and real grapefruit.
These are some of the countries where grapefruit is growing:

<!-- I think there is something wrong in this part -->
<p>Our grapefruit icecream tastes very light and fresh. It's made from the best milk and real grapefruit.</p>
<p>These are some of the countries where grapefruit is growing:</p>


<ul>
<li>China</ul>
<lii>Vietnam</li>
<li>China</li>
<li>Vietnam</li>
<li>United States</li>
<li>Mexico</li>
<li>South Africa</li
</ol>
<li>South Africa</li>
</ul>

<!-- ---------------------------------------------t -->

<img src="">
<img src="img/grapefruit.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down
18 changes: 8 additions & 10 deletions mango.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@
<link rel="stylesheet" href="style.css">
</head>
<body>

<!-- I think there is something wrong in this part -->

<div class="container">
<h1 class="title"Mango</h1>
<dif cluss="description">
Our mango ice cream is very fresh tasting and has a nice, appealing orange color.
We use fresh mangos for our mango ice cream.

<!-- --------------------------------------------- -->
<h1 class="title">Mango</h1>
<div class="description">
<p>Our mango ice cream is very fresh tasting and has a nice, appealing orange color.
We use fresh mangos for our mango ice cream.</p>


Here are some of the countries where lemons are harvested:
<p>Here are some of the countries where lemons are harvested:</p>
<ul>
<li>India</li>
<li>Indonesia</li>
Expand All @@ -27,7 +25,7 @@ <h1 class="title"Mango</h1>
<li>Pakistan</li>
</ul>

<img src="">
<img src="img/mango.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down
20 changes: 10 additions & 10 deletions orange.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
<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.
<p>Our orange ice cream is one of our most popular flavors.
We use fresh oranges for our orange ice cream.</p>

<!-- I think there is something wrong in this part -->

Here are some of the countries where our oranges are harvested:
<ull>

<p>
Here are some of the countries where our oranges are harvested:</p>
<ul>
<li>Brazil</li>
<li>China</li
<li>China</li>
<li>India</li>
<li>United States</li>
<lj>Mexico</li>
<li>Mexico</li>
</ul>

<!-- I think there is something wrong in this part -->


<img src="">
<img src="img/orange.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down