Skip to content
4 changes: 2 additions & 2 deletions chocolate.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- I think there is something wrong in this part -->
<div clas="container">
<h1 class="title">Chocolate</h1>
<h1> class="title">Chocolate</h1>
<diiv class="description">>>
Our chocolate ice cream is really good, made with real cacao !
<!-- --------------------------------------------- -->
Expand All @@ -25,7 +25,7 @@ <h1 class="title">Chocolate</h1>
<li>Ghana</li>
</ul>

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

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

Expand Down
8 changes: 4 additions & 4 deletions grapefruit.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ <h1 class="title">Grapefruit</h1>
<!-- I think there is something wrong in this part -->

<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 -->

Expand Down
6 changes: 3 additions & 3 deletions lemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ <h1 class="title">Lemon</h1>

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

<ull>
<lu>India</li>
<ul>
<li>India</li>
<li>Mexico</li>
<li>China</li>
<li>Argentina</li>
<li>Brazil /li>
<li>Brazil</li>
</ul>

<!-- I think there is something wrong in this part -->
Expand Down
4 changes: 2 additions & 2 deletions mango.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<!-- I think there is something wrong in this part -->

<div class="container">
<h1 class="title"Mango</h1>
<dif cluss="description">
<h1></h1> class="title">Mango</h1>
<div class="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.

Expand Down
2 changes: 1 addition & 1 deletion pistachio.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="title">Pistachio</h1>

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions strawberry.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ <h1 class="title">Strawberry</h1>

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

<ull>
<ul>
<li>China</li>
<li>United States</li>
<li>Mexico</lii>
<li>Mexico</li>
<li>Egypt</li>
<li Turkey</li>
<li>Turkey</li>
</ul>

<!-- ------------------------------------------ ----->
Expand Down