Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 2 KB

multimedia-and-embedded-content.md

File metadata and controls

26 lines (20 loc) · 2 KB

⚑ Multimedia and Embedded Content

Here is the list of tags used for Multimedia and Embedded Content in The HTML document.

✦ List of tags:

  • <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.

✦ Best Practices:

  • 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.

⇪ To Top

❮ Previous TopicNext Topic ❯

⌂ Goto Home Page