Audio & Video

All HTML topics
∙ Chapter 16

Audio & Video

HTML5 added native <audio> and <video> elements. No plugins needed — media works right in the browser.

AttributeWhat it does
controlsShows play/pause/volume controls
autoplayStarts playing automatically on load
loopReplays when the video/audio finishes
mutedStarts with sound turned off
poster(Video only) Image shown before playing
width / heightSets the size of the player
media.php
📝 Edit Code
👁 Live Preview
💡 The <source> tag inside <video> lets you provide multiple formats as fallbacks.