About Lesson
Objective: Learn how to embed multimedia files such as audio and video into your web page.
Key Concepts:
<audio>
: Embeds an audio file.- Attributes:
controls
,autoplay
,loop
- Attributes:
<video>
: Embeds a video file.- Attributes:
controls
,width
,height
,poster
- Attributes: