Skip to content

Commit e7a404e

Browse files
Merge pull request #356 from alyssais/html_1_ol_fix
HTML[1]: close ol element in correct place
2 parents 003debd + dd8a99c commit e7a404e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

html/lesson1/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ <h2>Why do I like owls so much?</h2>
1616
<li><b>they are adorable</b></li>
1717
<li><b>and lovely</b></li>
1818
<li><b>and cuddly</b></li>
19+
</ol>
1920
<div><img src="images/img4.jpg" alt="cute owl"/></div>
2021
<div><img src="images/img5.jpg" alt="another cute owl"/></div>
2122
<a href="https://www.youtube.com/watch?v=gBjnfgnwXic">Watch this video here</a>
22-
</ol>
2323
<h4>
2424
<i>&#34;A wise old owl sat on an oak; The more he saw the less he spoke; <br>
2525
The less he spoke the more he heard; Why aren&#39;t we like that wise old bird?&#34;

html/lesson1/example.pt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ <h2>Porque nós gostamos tanto de corujas?</h2>
1717
<li><b>elas são adoráveis</b></li>
1818
<li><b>e amáveis</b></li>
1919
<li><b>e apertáveis</b></li>
20+
</ol>
2021
<div><img src="images/img4.jpg"></div>
2122
<div><img src="images/img5.jpg"></div>
2223
<a href="https://www.youtube.com/watch?v=gBjnfgnwXic">Assista o vídeo</a>
23-
</ol>
2424
<h4>
2525
<i>&#34;Uma coruja sábia e anciã pousou em um carvalho; Quanto mais observava, menos falava; <br>
2626
Quanto menos falava, mais ouvia; Por que não somos como a coruja sábia e anciã?

0 commit comments

Comments
 (0)