Images and Media:
✅ Description:
Learn how to add images and embed media like videos.
📘 Explanation:
-
Use
<img src="url" alt="description">to add images. -
Use
altto describe the image (for accessibility). -
(Optional) Embed YouTube using
<iframe>.
💻 Code Example:
🛠️ Exercise:
-
Add a picture of your favorite animal or activity.
-
Use a caption below the image (use a
<p>tag).

