<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<h1>오디오 실행</h1>
<audio src="../multi/old_pop.mp3" autoplay controls>
</audio>
</body>
</html>
✨ 실행
'웹프로그래밍(HTML, CSS3, JavaScript)' 카테고리의 다른 글
[HTML&Script] formtest (0) | 2022.12.23 |
---|---|
[HTML & Script] videotest (0) | 2022.12.23 |
[HTML& Script] div와 span (0) | 2022.12.22 |
[HTML] iframe (0) | 2022.12.20 |
[HTML] 테이블병합-1220 (0) | 2022.12.20 |