Media Elements In Html

Media elements in HTML are:-

i) Audio- We can add audio in HTML by using the <audio> tag which it will ask for a source. We generally see its use in Blogging websites. It is a self-closing tag.

ii) Video- We can add audio in HTML by using the <video> tag which it will ask for a source. Video used in HTML increases the attraction of the viewers and also it is used for educational content, marketing and advertising, entertaining and engaging visitors, and providing customer support.

iii) Image- We use image tag in HTML tag as it increases the attraction of the webpage and improves its quality by providing more information to the users regarding the content. We can apply this by using <img> tag.