Video tag
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video Tag</title>
</head>
<body>
<video width="350" height="250" controls>
<source src="C:\Users\marsa\Downloads\12492499_3840_2160_60fps.mp4" type="video/mp4">
</video>
</body>
</html>
Comments
Post a Comment