How to put a video in the background of an HTML page?
You can easily put a video in the background of an HTML page using the HTML5
Here is an example:
```
Heading
Some text.
```
In the above example ‘autoplay’ starts the video automatically, ‘muted’ is used to mute the video sound, and ‘loop’ is used to restart the video when it ends.
You would need to provide the path of the video file – in this example “rain.mp4” under src.