AUDIO TAG

Although MP3, WAV and OGG are all web friendly audio formats, - MP3 is supported across browsers.


VIDEO TAG

The markup for the video below includes the track tag. The track tag is employed to add captions or subtitles to a video, make the video more accessible. However, the captions or subtitles (video text tracks - .vtt extension) will not be read unless this html player is being read by the client browser from a server.

::


VIDEO TAG with SVG Filter

SVG filters allows us to apply effects onto images (bitmap or vector), text, video - any graphically represented html element. The filter tag is used to call the effect via an identifier (id). Here are two tutorials to help you get started: MDN web docs Filter Effects , codrops SVG Filters 101