Featured

HTML Video Tag Tutorial in Hindi | Video Tag



Published
In this Tutorial, you are Learning HTML Video Tag.

The video tag is used to embed video content in a document, such as a movie clip or other video streams.

The video tag contains one or more source tags with different video sources. The browser will choose the first source it supports.

There are three supported video formats in HTML: MP4, WebM, and OGG.

controls:
Specifies that video controls should be displayed (such as a play/pause button etc).

Height Attribute:
Sets the height of the video player

Width Attribute:
Sets the width of the video player

Loop Attribute:
Specifies that the video will start over again, every time it is finished

Muted Attribute:
Specifies that the audio output of the video should be muted

Poster Attribute:
Specifies an image to be shown while the video is downloading, or until the user hits the play button

Src Attribute:
Specifies the URL of the video file

#development #programming #webdevelopment #html #htmltutorial #video
Category
Web design
Be the first to comment