- HTML5 has strong support for media. There are now special
<audio>
and<video> tags
. There are additional A/V support tags as well:<embed>
is a container for 3rd party applications.<track>
is for adding text tracks to media.<source>
is useful for A/V media from multiple sources.
What are the new media-related elements in HTML5?
Tags
html5 features