HTML5 Semantic Tag Conversion Practice
Description
Revised two HTML documents to use HTML5 semantic elements, linked them to external stylesheets, and updated CSS to reference the new semantic tags.
Reflection
I was already familiar with semantic elements before this lesson — this was largely a review. I prefer them over generic containers. I still need more practice combining
<section> with <article>.