Here is the list of tags used for Multimedia and Embedded Content in The HTML document.
<img>
: Image Tag, Insert image media type files in the HTML document.<picture>
: Picture Tag, Insert Picture with caption in the HTML document.<audio>
: Audio Tag, Embed the audio media type files in the HTML document.<video>
: Video Tag, Embed the video media type contents in the HTML document.<iframe>
: Iframe Tag, Embed external web page or content.<embed>
: Embed Tag, Embed external resource or content.<object>
: Object Tag, Embed wide range of resource and content in the HTML document.<track>
: Track Tag, Embed the subtitles and captions for Audio Tag and Video Tag elements.
- Image Tag is used to add image files to the web page. But Picture Tag is used to add image for different view-port without styles.
- Use
<source>
element for both Audio Tag and Video Tag, To utilize the possibilities such as multiple audio and video files to be embedded, Provides support over the different browser and systems. - Use Iframe Tag to bind external web page for nested browsing.
- Embed Tag is used to embed external content or application or web page or plug-ins. But Object Tag is used to embed wide range of media and content or applications or plug-ins which provides control over that source.