<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>예제</title>
</head>
<body>
<h3>Image</h3>
<img src="/Lecture/images/img.jpg" width=300 alt=오렌지 사진>
<h3>Audio</h3>
<audio src="/Lecture/audio/audio.mp3" autoplay controls loop></audio>
<h3>Video</h3>
<video src="/Lecture/videos/video.mp4" autoplay muted width=450></video>
</body>
</html>
'Programming > HTML & CSS & JS' 카테고리의 다른 글
WEB_HTML+CSS_유튜브(YouTube) 클론 코딩 도전! (0) | 2021.03.24 |
---|---|
WEB_JavaScript_웹 그림판 만들기(노마드코더) (0) | 2021.03.24 |
WEB_To do list_Chrome 확장프로그램 만들기(노마드코더) (0) | 2021.03.24 |
HTML_캐스케이딩(Cascading) (0) | 2021.03.05 |