- HTML5에 새롭게 추가된 기능 : 오디오, 비디오
- AudioTest.html 소스
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>
<audio src="mp3/Babay.mp3" controls="controls"/><br>
</body>
</html>
- VideoTest.html 소스
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>
<center>
<video controls="controls" width="640" height="360">
<source src="video/snl.mp4" type="video/mp4"/>
</video>
</center>
</body>
</html>
- 결과
- CSS
h1 { color: red; }
선택자 스타일속성 스타일값