Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 10: Enhancing Web Pages with Audio and Video!

Instruction

Examples with Attributes

Audio with Controls

This <audio> element includes controls, allowing the user to play or pause, adjust volume, and see progress.

<audio src="media/sjv_welcome.mp3" controls></audio>

Video with Multiple Attributes

This <video> element includes attributes for size, a poster image, and control buttons.

<video src="media/sjv_speakers_sampson.mp4...