HTML5 Semantic Tag Conversion Practice
Description
This practice involves revising two HTML documents to make the use of HTML5 semantic elements. The practice also explores linking the HTML to external stylesheets and revising the CSS styles to reference the new HTML5 semantic elements.
Practice 1
Practice 2
Reflection Statement
Before this lesson plan, I knew how to code using HTML5 semantic elements. Semantic elements are easier for me to use than "article" containers. This lesson plan was a review of semantic elements for me. I prefer not to use "article" if possible. I still need more practice with how to use section with article.