Computer Science, asked by ahemant885, 9 months ago

How will you insert a video clip to a web page using html?

Answers

Answered by dshkkooner1122
1

To embed a video in an HTML page, use the <iframe> element. The source attribute included the video URL. For the dimensions of the video player, set the width and height of the video appropriately. The Video URL is the video embed link.

Similar questions