Skip to content

Commit

Permalink
Merge pull request #51 from CBID2/fix-improper-nesting
Browse files Browse the repository at this point in the history
fix: revise nesting of list items
  • Loading branch information
intelagense authored Oct 23, 2024
2 parents 7977fae + 961cc0f commit 6009394
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 2-structure/09_family_tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ <h1>The Simpsons</h1>
<p>🏡 Hometown: Springfield, IL</p>
<ul>
<li>Homer & Marge Simpson</li>
<ul>
<li>Bart Simpson</li>
<li>Lisa Simpson</li>
<li>Maggie Simpson</li>
</ul>
<ul>
<li>Bart Simpson</li>
<li>Lisa Simpson</li>
<li>Maggie Simpson</li>
</ul>
<li>Patty Bouvier (Twin)</li>
<li>Selma Bouvier (Twin)</li>
</ul>
Expand Down

0 comments on commit 6009394

Please sign in to comment.