Divs and Layout Structure
✅ Description:
Use <div> to group content and build basic layouts.
📘 Explanation:
-
<div>is a block element used to group sections of content. -
Helps when adding CSS later for styling and layout.
💻 Code Example:
🛠️ Exercise:
-
Group different sections (bio, hobbies, links) into
<div>elements.

