- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
#28 _How_to_Using_Embed_Video_Tag_in_an_HTML_page_Part_-1___Learn_HTML___HTML_Tutorial...
Basic Usage
The simplest way to use the tag is by specifying the video's source and adding controls:
# video#: The container element for the video.
src: Specifies the URL (path) to the video file.
controls: Adds the default browser video controls (play/pause, volume, seek bar, etc.).
Fallback Content: The text between the tags is displayed if the user's browser doesn't support the # video# element.
Recommended Usage with *source*
It's best practice to include the video in multiple formats (like MP4, WebM, and OGG) using the *source* tag. This ensures the video will play in the maximum number of different browsers.
Common Attributes
You can modify the video player's behavior and appearance using various attributes
Width/height
Sets the dimensions of the video player in pixels.
Auto Play
Starts playing the video automatically (often requires muted to work).
Muted
Silences the video audio by default.
Loop
Plays the video repeatedly once it ends.
Poster
Specifies an image to be displayed before the video starts playing.
Preload
Suggests how the browser should load the video (auto, metadata, or none). metadata is a good balance for efficiency
Видео #28 _How_to_Using_Embed_Video_Tag_in_an_HTML_page_Part_-1___Learn_HTML___HTML_Tutorial... канала FkGyan YouTuber
The simplest way to use the tag is by specifying the video's source and adding controls:
# video#: The container element for the video.
src: Specifies the URL (path) to the video file.
controls: Adds the default browser video controls (play/pause, volume, seek bar, etc.).
Fallback Content: The text between the tags is displayed if the user's browser doesn't support the # video# element.
Recommended Usage with *source*
It's best practice to include the video in multiple formats (like MP4, WebM, and OGG) using the *source* tag. This ensures the video will play in the maximum number of different browsers.
Common Attributes
You can modify the video player's behavior and appearance using various attributes
Width/height
Sets the dimensions of the video player in pixels.
Auto Play
Starts playing the video automatically (often requires muted to work).
Muted
Silences the video audio by default.
Loop
Plays the video repeatedly once it ends.
Poster
Specifies an image to be displayed before the video starts playing.
Preload
Suggests how the browser should load the video (auto, metadata, or none). metadata is a good balance for efficiency
Видео #28 _How_to_Using_Embed_Video_Tag_in_an_HTML_page_Part_-1___Learn_HTML___HTML_Tutorial... канала FkGyan YouTuber
Комментарии отсутствуют
Информация о видео
18 октября 2025 г. 9:58:22
00:06:47
Другие видео канала




















