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
2 changes: 1 addition & 1 deletion lesson_06/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1 class="header1 header">
</div>

<div class="member">
<!-- student 01 -->
<p>Sagnik Nanda</p>

</div>

Expand Down
12 changes: 4 additions & 8 deletions lesson_08/lemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,15 @@ <h1 class="title">Lemon</h1>

Here are some of the countries where lemons are harvested:

<!-- 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="lemon.jpg">

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

Expand Down