Video tag

Report a typo

Suppose you have a video file called cat.mp4. Add this video file with controls to theHTML code below.

Write HTML and CSS code
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Video Tag</title>
</head>
<body>
<div>
</div>
</body>
</html>
Completed 1 of 2
There's a video with controls.
The code is valid.
___

Create a free account to access the full topic