| A | B |
| <video></video> | The beginning and end tags for a video. |
| <audio></audio> | The beginning and end tags for an audio. |
| <audio controls> | audio controls, like play, pause, and volume |
| <video controls> | video controls, like play, pause, and volume |
| <source> | allows you to specify alternative video or audio files for browser to choose |
| mp4 or ogg | video format files |
| mp3 or ogg | audio format files |
| autoplay | starts video or audio automatically |
| Your browser does not support the audio element. | Text displays only when browser cannot support format |
| autoplay muted | video or audio plays but no sound |