Source Code Menampilkan Video di HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Membuka Video di HTML</title>
</head>
<body>
<h1>Membuka Video di HTML</h1>
<video controls>
<source src="C:\Users\ASUS\Desktop\pembukaan.mp4" type="video/mp4" />
</video>
</body>
</html>
Hasilnya :
No comments:
Post a Comment