Magento Expert Forum - Improve your Magento experience

Results 1 to 4 of 4

What are new Media Elements in HTML5?

  1. #1

  2. #2
    Junior Member
    Join Date
    Mar 2017
    Location
    Delhi
    Posts
    244
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    <audio> --> Defines audio Content
    <video> --> Defines video
    <embed> --> Defines a container for an non-HTML application
    <track> --> Defines Text Tracks for Media Elements
    <source> --> Defines Multiple Media Resources

  3. #3
    Junior Member
    Join Date
    Oct 2016
    Posts
    984
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    There are some new media elements in HTML5 listed below:
    <audio> - For multimedia content, sounds, music or other audio streams.
    <video> - For video content, such as a movie clip or other video streams.
    <source> - For media resources for media elements, defined inside video or audio elements.
    <embed> - For embedded content, such as a plug-in.
    <track> - For text tracks used in media players.

  4. #4
    Junior Member
    Join Date
    Apr 2017
    Posts
    132
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Really appreciable. I agree with you guys.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •