NextIndexPrevious

Programs in HTML5

3. Example for video element.

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>

<body>
	<video width="500" height="450" controls>
    	<source src="hippo-and-dog.mp4" type="video/mp4">
    </video>
</body>
</html>


Output :





Developed by


World Wide Web Consortium WHATWG

World Wide Web Consortium & WHATWG