[inflearn] html, CSS : 미디어 태그

eve·2023년 1월 30일
0

frontend

목록 보기
3/40
<!DOCTYPE html>
<html>
<head>
  <ttle>Document</title>
  </head>
  <body>
    <img src="폴더경로/파일이름.jpg" alt="이미지 없으면 이 문구를 띄우거라~">
    <audio src="오디오도 똑같음"></audio>
    <video src="비디오파일.ogg" autoplay poster="posterimage.jpg">
  </body>
</html>

profile
유저가 왜 그랬을까

0개의 댓글