What's cooler than a photo? A video! The HTML video element can add video to a webpage.Let's take a look at them:
Example:<video width="320" height="240" controls><source src="video-url.mp4" type="video/mp4"></video>
TAP THE PLAY BUTTON.
source src: Sets the URL of the video to play.type: Specifies different video formats.
This Our Result is.
