What are the various elements provided by HTML5 for media content?

Asked: Apr 15, 2023

<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>.

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!