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
8 changes: 4 additions & 4 deletions banana.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ <h1 class="title">Banana</h1>
<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
8 changes: 4 additions & 4 deletions chocolate.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<body>

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

Here are some of the countries where cacao is harvested:
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
4 changes: 2 additions & 2 deletions coconut.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ <h1 class="title">Coconut</h1>
<li>Brazil</li>
</ul>

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

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

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

</dif>
</div>
Expand Down
10 changes: 5 additions & 5 deletions grapefruit.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ <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 -->

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

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

Expand Down
8 changes: 4 additions & 4 deletions lemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ <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 -->

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

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

Expand Down
6 changes: 3 additions & 3 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 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 All @@ -27,7 +27,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
8 changes: 4 additions & 4 deletions orange.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ <h1 class="title">Orange</h1>
<!-- I think there is something wrong in this part -->

Here are some of the countries where our oranges are harvested:
<ull>
<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/organge.jpg">

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

Expand Down
4 changes: 2 additions & 2 deletions pistachio.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ <h1 class="title">Pistachio</h1>
<li>Syria</li>
</ul>

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

<!-- 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
8 changes: 4 additions & 4 deletions strawberry.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ <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>

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

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

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

Expand Down