How to insert Audio and Video in HTML :
The HTML5 <audio> and <video> tags make it simple to add media to a website. You need to set src attribute to identify the media source and include a controls attribute so the user can play and pause the media.
Embedding Video
Here is the simplest fo...
vspkumari.hashnode.dev2 min read