filmov
tv
Add Video Tag in HTML using Notepad++
Показать описание
In this Notepad++ video tutorial, we will learn How to Add Video Tag in HTML using Notepad++. We will also learn to insert many video attributes while embedding a video in HTML. We will use Video Tag that inserts a video element in an HTML file.
Supported File Formats
In order to use video tag in HTML, we will need either MP4, WebM, or OGG videos. Note that there are some web browsers that may not support a specific video format. So, it is actually safe to add two types just in case.
Type: You must specify the type (e.g. type="video/mp4"), the browser uses this information to determine the type of video file you have provided.
Video Attributes:
- Width & Height
- Controls
- Autoplay = Use it wisely. Many browsers block automated video playing.
- Loop - It simply loops the video once it is done playing.
- Muted - It starts with audio muted.
- Poster: It is better to show a poster or a thumbnail of the video, so viewers have an idea before they start playing, this is a better option than using Autoplay. You will need a jpg or png file.
---
🚩 Checkout My other playlists 🚩
---
🚩 please LIKE or SUBSCRIBE.
🚩 Please COMMENT If You Like To See Any Video On Specific Topic
Music Credits:
––––––––––––––––––––––––––––––
Track: Our Leaves in the Breeze — Artificial.Music [Audio Library Release]
Music provided by Audio Library Plus
––––––––––––––––––––––––––––––
Supported File Formats
In order to use video tag in HTML, we will need either MP4, WebM, or OGG videos. Note that there are some web browsers that may not support a specific video format. So, it is actually safe to add two types just in case.
Type: You must specify the type (e.g. type="video/mp4"), the browser uses this information to determine the type of video file you have provided.
Video Attributes:
- Width & Height
- Controls
- Autoplay = Use it wisely. Many browsers block automated video playing.
- Loop - It simply loops the video once it is done playing.
- Muted - It starts with audio muted.
- Poster: It is better to show a poster or a thumbnail of the video, so viewers have an idea before they start playing, this is a better option than using Autoplay. You will need a jpg or png file.
---
🚩 Checkout My other playlists 🚩
---
🚩 please LIKE or SUBSCRIBE.
🚩 Please COMMENT If You Like To See Any Video On Specific Topic
Music Credits:
––––––––––––––––––––––––––––––
Track: Our Leaves in the Breeze — Artificial.Music [Audio Library Release]
Music provided by Audio Library Plus
––––––––––––––––––––––––––––––
Комментарии