-
โจ HTML | <audio><audio/> ์นํ์ด์ง์ ๋ฐฐ๊ฒฝ์์ ์ถ๊ฐํ๊ธฐ์นดํ ๊ณ ๋ฆฌ ์์ 2025. 5. 31. 21:59
๊ธฐ๋ณธ ๋ฌธ๋ฒ
<audio controls> <source src="./bgm/arne.mp3" type="audio/mpeg"/> </audio>
๊ทธ๋ผ ์ด๋ ๊ฒ ์์ ์ฌ์ ์ปจํธ๋กค๋ฌ๊ฐ ์๊ธด๋ค.
์์ฑ๋ค
- autoplay: ์นํ์ด์ง์ ์ ์ํ๋ฉด ์๋์ผ๋ก ์์ ์ด ์ฌ์๋๋ค.
<audio controls autoplay> <source src="./bgm/arne.mp3" type="audio/mpeg"/> </audio>
*๋์ ํฌ๋กฌ ๋ธ๋ผ์ฐ์ ๋ ์๋ ์ฌ์์ ํ์ฉํ์ง ์๋๋ค. muted ์์ฑ์ ํจ๊ป ์ฌ์ฉํด์ค ๋๋ง ํ์ฉ.
- controls : ์ฌ์, ๋ฉ์ถค ๋ฒํผ ์ค์ ํ ์ ์๋ค.
- loop : ์์ ์ด ๋๋ ํ์ ๋ค์ ๋ฐ๋ณตํ ์ง ์ค์ .
- muted : ์์๊ฑฐํ ์ํ๊ฐ ๊ธฐ๋ณธ ๊ฐ์ผ๋ก ๋ผ ์๋ค.
<audio controls muted> <source src="./bgm/arne.mp3" type="audio/mpeg"/> </audio>
- preload : auto, metadata, none ์ผ๋ก ์ค์ ํ ์ ์๋ค. ํ์ด์ง๊ฐ ๋ก๋๋ ๋ ์์ ์ ๊ฐ์ด ๋ก๋ํ ์ง ๊ทธ ์ฌ๋ถ๋ฅผ ์ค์ .
- src : ์์ ํ์ผ์ url์ ์ ๋๋ค.
์ฝ๋ฉ๊ต์ก ํฐ์จํผ์ค์ฟจ
4์ฐจ์ฐ์ ํ๋ช , ์ฝ๋ฉ๊ต์ก, ์ํํธ์จ์ด๊ต์ก, ์ฝ๋ฉ๊ธฐ์ด, SW์ฝ๋ฉ, ๊ธฐ์ด์ฝ๋ฉ๋ถํฐ ์๋ฐ ํ์ด์ฌ ๋ฑ
tcpschool.com
W3Schools.com
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com