0 of 12 lessons completed
Semantic elements clearly describe their meaning to browsers and developers.
HTML<header> <nav> <a href="#home">Home</a> </nav> </header> <main> <article>Content</article> </main>
Create a blog page with:
<header> with a <nav> containing one link<main> with an <article> containing a heading and paragraph<aside> with a short note