program/web(html,css)

[html] video tag

momoa210 2024. 2. 3. 11:45

 

 

 

 <video src="영상파일" autoplay muted controls width="600" height="380"></video>
 <!--autoplay : 자동재생 -->
  <!--muted : 자동재생시에 소리 없이 -->
   <!--controls : 재생컨트롤 보여줌 -->
   <!--width height : 동영상 크기  -->

'program > web(html,css)' 카테고리의 다른 글

[html] post 방식 데이터 확인  (0) 2024.02.03
[html] 멀티미디어 태그  (0) 2024.02.03
[html] 테이블  (0) 2024.02.03
[css]캐스케이드(Cascade)  (0) 2024.02.03
[CSS] 선택자 (전체, 자식)  (0) 2024.01.29