<html>
<body>
<xmp>
<marquee>움직이는 글자</marquee>
</xmp>
<marquee>
움직이는 글자
</marquee>
<xmp>
<marquee behavior="scroll">한쪽방향으로 반복 - 기본</marquee>
</xmp>
<marquee behavior="scroll">한쪽방향으로 반복 - 기본</marquee>
<xmp>
<marquee behavior="slide">반대편 끝에서 정지</marquee>
</xmp>
<marquee behavior="slide">반대편 끝에서 정지</marquee>
<xmp>
<marquee direction="right">오른쪽으로</marquee>
</xmp>
<marquee direction="right">오른쪽으로</marquee>
<xmp>
<marquee direction="left">왼쪽으로 - 기본</marquee>
</xmp>
<marquee direction="left">왼쪽으로 - 기본</marquee>
<xmp>
<marquee direction="up">위쪽으로</marquee>
</xmp>
<marquee direction="up">위쪽으로</marquee>
<xmp>
<marquee direction="down">위쪽으로</marquee>
</xmp>
<marquee direction="down">위쪽으로</marquee>
<xmp>
<marquee loop="1">반복횟수</marquee>
</xmp>
<marquee loop="1">반복횟수</marquee>
<xmp>
<marquee loop="-1">무한 반복</marquee>
</xmp>
<marquee loop="-1">무한 반복</marquee>
<xmp>
<marquee scrollamount="50">한번에 이동하는 거리 픽셀단위</marquee>
</xmp>
<marquee scrollamount="50">한번에 이동하는 거리</marquee>
<xmp>
<marquee scrollamount="50" scrolldelay="1000">1초후에 50픽셀씩 이동</marquee>
</xmp>
<marquee scrollamount="50" scrolldelay="1000">1초후에 50픽셀씩 이동</marquee>
<xmp>
<marquee width="100" height="100" direction="down">width 너비, height:높이 지정</marquee>
</xmp>
<marquee width="100" height="100" direction="down">width 너비, height:높이 지정</marquee>
</body>
</html>

Posted by 말없제이
,