1.

What are the new Media elements In Html5

Answer»

List of new Media Elements that have been added in HTML5 are :

  • <audio> - It defines sound content
  • <VIDEO> - It defines a video or a movie
  • <source> - This tag defines the multiple media RESOURCES for <video> and <audio>
  • <embed> - It provides a container for an external application or INTERACTIVE content
  • <TRACK> - It defines TEXT tracks for <video> and <audio>.


Discussion

No Comment Found