Day 12 - Divisions & Spans

Welcome to Day 12! Today we will learn about <div> and <span>. Divisions are used to group block-level content, and spans are used for inline content styling.

Example: <div>This is a block</div> <span>This is inline</span>

Back to home