β¨ HTML | <audio><audio/> μΉνμ΄μ§μ λ°°κ²½μμ μΆκ°νκΈ°
κΈ°λ³Έ λ¬Έλ²
<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