Learning Plan 1: CSS Basics

CSS Technologies — Natasha Scott

Overview of Learning Plan 1

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>.

CSS Basics Project

Web Trends Report screenshot

Description

A two-column layout using HTML5 semantic elements and basic CSS — covering color, text styling, and layout properties via an external stylesheet.

Reflection

I was already comfortable with floats and color styling. I prefer flexbox over float-based positioning. Could use more practice with the clear property.