Skip to content

Commit

Permalink
Add list of semantic elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Heather Faerber committed Oct 7, 2024
1 parent 85602ad commit d7168fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions module2/lessons/html_fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,22 @@ Take some time to notice the differences between these two codepens:
- [Semantic Page](https://codepen.io/kaylaewood/pen/NWrGqmv)
</section>

<section class="dropdown">
### Common Semantic Elements

<header>
<footer>
<nav>
<main>
<section>
<article>
<aside>

Check out [this MDN page](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) for all HTML elements.

</section>


## Refactoring Some HTML

Now that you know what clean, correctly indented HTML looks like, and some of the semantic tags that are available to you, let's take some time to practice.
Expand Down

0 comments on commit d7168fc

Please sign in to comment.