HTML5 Starter Template
Meta Viewport for Responsiveness
Semantic Headings (<h1> to <h6>)
Creating a Link (<a>)
Embedding an Image (<img>)
Basic List (<ul> and <ol>)
Input Field with Placeholder
Commenting Your Code
Nice roundup! I'd add the <label> tag paired with inputs — super helpful for accessibility and better UX. Thanks for the refresher!