Results 1 to 8 of 8

Thread: What are new Media Elements in HTML5?

  1. #1

  2. #2
    Registered
    Join Date
    Nov 2017
    Location
    Sao Paulo
    Posts
    159
    The New Media elements in HTML5 are:
    1. <embed> Defines a container for an external (non-HTML) application
    2. <source> Defines multiple media resources for media elements (<video> and <audio>)
    3. <track> Defines text tracks for media elements (<video> and <audio>)
    4. <video> Defines video or movie.

  3. #3
    Registered
    Join Date
    Jun 2017
    Location
    india
    Posts
    70
    These are the 5 main new media elements in HTML 5.

    <video> It defines video or movie.

    <audio> It defines sound content.

    <embed> It defines a container for an external application or interactive content. such as a plugin.

    <track> It defines text tracks for video and audio.

    <source> It defines multiple media resources for video and audio.

  4. #4
    Registered
    Join Date
    Nov 2016
    Posts
    649
    <article> Defines an article in a document
    <aside> Defines content aside from the page content
    <bdi> Isolates a part of text that might be formatted in a different direction from other text outside it

  5. #5
    Registered
    Join Date
    Dec 2016
    Posts
    202
    <figcaption> It defines a caption for a <figure> element
    <progress> It represents the progress of a task
    <ruby> It defines a ruby annotation

  6. #6
    Registered
    Join Date
    Dec 2016
    Posts
    202
    <figcaption> It defines a caption for a <figure> element
    <progress> It represents the progress of a task
    <ruby> It defines a ruby annotation

  7. #7
    Registered
    Join Date
    Nov 2016
    Posts
    649
    <video> Defines a video or movie
    <source> Defines multiple media resources for <video> and <audio>
    <embed> Defines a container for an external application or interactive content (a plug-in)
    <track> Defines text tracks for <video> and <audio>

  8. #8
    Registered
    Join Date
    Nov 2016
    Posts
    649
    <video> Defines a video or movie
    <source> Defines multiple media resources for <video> and <audio>
    <embed> Defines a container for an external application or interactive content (a plug-in)
    <track> Defines text tracks for <video> and <audio>

Similar Threads

  1. Quality Score Elements
    By seobangalore in forum Search Engine Optimization
    Replies: 0
    Last Post: 10-07-2014, 12:53 AM
  2. Powerful Elements in List Building
    By nicolasb86 in forum General Promotion
    Replies: 1
    Last Post: 08-16-2010, 09:35 PM
  3. Using DIV and relative positions in CSS to have elements scale properly
    By Incompetnce in forum HTML, CSS, Layout, and Design
    Replies: 9
    Last Post: 02-25-2007, 08:13 AM
  4. AWS4 Parsing XML child elements ~ help
    By shaunster in forum Website Programming & Databases
    Replies: 5
    Last Post: 10-12-2004, 08:42 AM

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
  •