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>
'Programming > HTML' 카테고리의 다른 글
홈페이지 링크, 메뉴, hover, 안보이다가 마우스 올리면 보이기 (0) | 2020.02.18 |
---|---|
checkbox 클릭으로 div 배경색상 변경 (0) | 2020.02.18 |
table에서 <a>tag로 사진 불러오기 (0) | 2020.02.18 |
빠른 화면이동 (0) | 2020.02.17 |
이미지 아이콘버튼 (0) | 2020.02.17 |