video

조수경·2021년 11월 3일
0

HTML

목록 보기
9/96
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<pre>
무음일때 자동재생이 된다
video요소에 muted 속성을 주면 자동재생이 가능하다
</pre>
    <video width="640" height="480" controls autoplay muted>
        <source src="../multi/trailer.mp4" type='video/mp4'>
        <source src="../multi/trailer.ogv" type='video/ogg'>
    </video>
    
</body>
</html>
Insert title here
무음일때 자동재생이 된다
video요소에 muted 속성을 주면 자동재생이 가능하다
profile
신입 개발자 입니다!!!

0개의 댓글

관련 채용 정보