HTML5의 문장구조는 간단하다.

!DOCTYPE html 로 지정하고 html 태그, body 태그로 입력한다.

audio controls="controls" 태그를 사용하여 객체를 입력한다.

source src="song.ogg" type="audio/ogg" 

source src="song.mp3" type="audio/mpeg"

지정된 소스를 시작할수 없을때 띄우는 메시지 Your browser does not support the audio element.

html 태그, body 태그로 닫아주면 된다.


블로그 이미지

희망잡이

,