Curriculum
Course: HTML Basic
Login

Curriculum

HTML Basic

HTML Introduction

0/1

HTML Editors

0/1

HTML Attributes

0/1

HTML Paragraphs

0/1

HTML Formatting

0/1

HTML Comments

0/1

HTML Favicon

0/1

HTML Page Title

0/1

HTML Iframes

0/1

HTML Java Script

0/1

HTML File Paths

0/1

HTML Symbols

0/1
Text lesson

HTML Video – Media Types

File Format

Media Type

MP4

video/mp4

WebM

video/webm

Ogg

video/ogg

HTML Video – Methods, Properties, and Events

The HTML DOM provides methods, properties, and events specifically for the <video> element.

These enable tasks such as loading, playing, and pausing videos, as well as adjusting settings like duration and volume.

Additionally, DOM events are available to inform you when a video starts playing, pauses, and more.

HTML Video Tags

Tag

Description

<video>

Defines a video or movie

<source>

Defines multiple media resources for media elements, such as <video> and <audio>

<track>

Defines text tracks in media players