AI Workshop: learn to build apps with AI →
HTML Media
Work with images, audio, video, and embedded content using HTML media elements

Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.


HTML provides several elements for embedding media content like images, audio, and video directly into web pages.

In this unit, you’ll learn how to:

  • Work with images using img, figure, and picture elements
  • Create responsive images that adapt to different screen sizes
  • Embed audio content with the audio element
  • Add video content with the video element
  • Embed external content with iframe

Understanding these media elements is essential for creating rich, engaging web experiences.

Lessons in this unit:

0: ▶︎ Introduction
1: How to Add Images in HTML
2: How to Create Responsive Images with srcset and picture
3: How to Embed Audio in HTML
4: How to Embed Video in HTML
5: How to Embed External Content with iframe
6: An in-depth SVG tutorial
7: The WebP Image Format