Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

What are the form elements that support media content in HTML5?

3 Posts
3 Users
0 Reactions
128 Views
Posts: 150
Topic starter
(@dinesh)
Estimable Member
Joined: 2 years ago

HTML5

2 Replies
Posts: 461
(@dinesha-g)
Reputable Member
Joined: 2 years ago

The five most prominent media element tags added with HTML5 are audio>, video>, source>, embed>, and track>. The entire HTML development was altered by the media element tags.<audio>

: It is an inline element that is used to embed sound files into a web page.

<video>

:  It is used to embed video files into a web page.

<source> :  is used to attach multimedia files like audio, video, and pictures.

<embed>:

 It is used for embedding external applications which are generally multimedia content like audio or video into an HTML document.

<track>

:  It specifies text tracks for media components audio and video.

Reply
Posts: 100
 Kavi
(@kavi)
Estimable Member
Joined: 2 years ago

The five most prominent media element tags added with HTML5 are: 

  1. <audio>
  2. <video>
  3. <source>
  4. <embed>
  5. <track>. 

The entire HTML development was altered by the media element tags

Reply
Share: