Computer Science, asked by sunnypathak352, 6 months ago

The _____ attribute defines the link to video file?​

Answers

Answered by manyata60
0

Answer:

Video Attribute

Explanation:

Hope it helps you

Answered by VishwachiT
0

Answer:

In html src attribute defines the url link to a video file.

Explanation:

  • The syntax for this attribute is: < video < space > src="URL" >
  • The src attribute can contain either the absolute URL or the reactive URL of the video file.
  • An absolute URL takes the user to another website containing the video.
  • While, the reactive URL l takes the user to a file within the same webpage.

This attribute is supported in all major browsers.

#SPJ3

Answered by shreya457sl
0

Answer

The src attribute defines the link to the video file.

Explanation:

The HTML video src attribute is used to specify the URL of the video file. This attribute uses Ogg files in Firefox, Opera, and Chrome browsers, and MPEG4 files in Internet Explorer and Safari browsers. This attribute is new in HTML5.

Contains a single-valued URL that points to the source video link. There are two types of URL links listed below.

  • Absolute URL: Refers to another web page.
  • Relative URL: Refers to another file on the same web page.

#SPJ3

Similar questions