09장. 재미있게 활용할 수 있는 태그 <EMBED> 태그로 멀티미디어 홈페이지 만들기 09장. 재미있게 활용할 수 있는 태그 <EMBED> 태그로 멀티미디어 홈페이지 만들기 <MARQUEE> 태그로 움직이는 글자 만들기 팔방 미인 <META> 태그
재미있게 활용할 수 있는 태그 – <EMBED> 태그 [멀티미디어 파일의 종류] wav mid mp3 wma asf avi mov mpegmpg swf
음악 파일을 다운로드하거나 윈도우 미디어 플레이어로 감상할 수 있다. 재미있게 활용할 수 있는 태그 – <EMBED> 태그 [음악 파일 활용법] 음악 파일을 다운로드하거나 윈도우 미디어 플레이어로 감상할 수 있다. <a href=”song.mid”>음악 파일 실행 및 다운로드</a> 제어상자가 문서 안에 표시되어 음악을 실행, 정지하는 등 제어가 가능하다. <embed src=”song.mid”> 배경 음악이 끝없이 흐르게 한다. <embed src=”song.mid” hidden=true loop=-1>
재미있게 활용할 수 있는 태그 – <EMBED> 태그 src width height loop autostart hidden volume
재미있게 활용할 수 있는 태그 – <MARQUEE> 태그 direction(진행방향) behavior(행동방식) scrollamount(스크롤 속도) scrolldelay(지연 시간) loop(반복 횟수) bgcolor(배경색) width(너비) height(높이) hspace(수평여백) vspace(수직여백)
재미있게 활용할 수 있는 태그 – <META> 태그 [<meta> 태그의 name 속성 값] reply-to title subject publisher other agent date classification author copyright keyword description generator pragma expires
재미있게 활용할 수 있는 태그 – <META> 태그 <meta name="keywords" content="html,css,javascript,강좌,스타일시트,자바스크립트 "> <meta name="description" content="초보자를 위한 홈페이지 학습 사이트입니다. HTML, CSS, Javascript 사용법 및 다양한 소스를 제공합니다."> <meta http-equiv="Content-Type" content="text/html;charset=euc-kr"> <meta http-equiv="refresh" content="10;url=http://www. hanbitbook.co.kr”> <meta http-equiv="refresh" content=60>
<meta http-equiv="page-enter" content="blendtrans(duration=3)"> [화면 전환 효과] <meta http-equiv="page-enter" content="revealtrans(duration=3, transition=5)"> <meta http-equiv="page- exit " content="revealtrans(duration=3, transition=5)"> <meta http-equiv="page-enter" content="blendtrans(duration=3)">