<audio> and <video> elements are provided by HTML5 for media playback.
The tags used are:
1) <audio> - It defines sound content.
2) <video> - It defines a video or a movie.
3) <source> - This tag defines the multiple media resources for <video> and <audio>.
4) <embed> - It provides a container for an external application or interactive content.
5) <track> - It defines text tracks for <video> and <audio>.
Answers (0)