본문 바로가기

Programming/HTML

비디오 보여주기

showVideo.html

<!DOCTYPE html>
<html>
<head>
<meta charset="EUC-KR">
<title>Insert title here</title>
</head>
<body>
	<video src='./VideoFolder/Video.mp4' controls autoplay muted loop></video>
</body>
</html>