반응형
<html> <head></head> <body background="kkk.jpg" bgproperties="fixed"> <marquee bgcolor="yellow"> <font color="blue" size="5"><b>배경색지정</b></font> </marquee> <marquee scrollamount="10"> <img src="aaa.jpg"><br/> <b>텍스트거리간격지정10</b> </marquee> <marquee scrollamount="5"> <imgsrc="aaa.jpg"><br/> <b>텍스트거리간격지정5</b> </marquee> <marquee scrolldelay="100"> <b>scrolldelay="100"</b> </marquee> <marquee scrolldelay="50"> <b>scrolldelay="50"</b> </marquee> <marquee width="200" height="100" direction="left" bgcolor="yellow"> <b>direction="left"</b> </marquee> <marquee width="200" height="100" direction="right" bgcolor="green" behavior="slide" loop="3"> <b>direction="right"</b> </marquee> <marquee width="200" height="100" direction="up" bgcolor="blue" behavior="alternate"> <b>direction="up"</b> </marquee> <marquee width="200" height="100" direction="down" bgcolor="gray" behavior="scroll" loop="3"> <b>direction="down"</b> </marquee> </body> </head> |
'프로그래밍 > HTML' 카테고리의 다른 글
텍스트에 풍선말 달기 (0) | 2013.10.18 |
---|---|
풍선말에 <br /> 적용시키기 (0) | 2013.10.18 |
마우스 금지소스 (0) | 2013.10.18 |
약간 입체적인 테이블 스타일 (0) | 2013.10.18 |
이스케이프 문자표현 (0) | 2013.10.18 |