Skip to content

Fixed li tag on banana.html #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
80 changes: 43 additions & 37 deletions lesson_08/banana.html
Original file line number Diff line number Diff line change
@@ -1,48 +1,54 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Banana</title>
<link rel="stylesheet" href="style.css">
</head>
<body><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coconut</title>
</head>

<body>

<div class="container">
<h1 class="title">Banana</h1>
<div class="description">
Our banana ice cream is really good and even has little chunks of banana in it.
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>China</li>
<li>Phillipines</li>
<li>Ecuador</p>
<li>Indonesia</l>
</ul>

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

<img src="">

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

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coconut</title>
</head>

<body>

<div class="container">
<h1 class="title">Banana</h1>
<div class="description">
Our banana ice cream is really good and even has little chunks of banana in it.
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>


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

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

<img src="">

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

</div>
</div>
</div>

</body>
</html>
</body>

</html>