Computer Science, asked by JudesonJoby2007, 6 months ago

code for inserting a video in HTML 5​

Answers

Answered by Anonymous
0

Answer:

<video> HTML Tag

The <video> element, which adds native video playback support to the HTML specification in HTML5, can be used to embed a video in an HTML document.

Answered by Braɪnlyємρєяσя
2

Explanation:

Use the <video> tag for inserting videos in HTML¶

The <video> tag is added in HTML5 along with its sibling, <audio>. Before the release of HTML5, a video could only be played in a browser with a plug-in (like a flash). The HTML5 <video> element specifies a standard way to embed a video in a web page.

Similar questions