What is the use of <audio> and <video> tags in Html5?
The <audio> tag in HTML5 is used to embed voice in an HTML document. Designers use <source> tag to specify media type along with other attributes.
The <video> tag in HTML5 is used to embed a video file in an HTML document. Designers can use <source> tag to specify media type along with other attributes.
BY Best Interview Question ON 03 Feb 2019