<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>banner</title> </head> <body> <div> <marquee width="500px" height="50px" bgcolor="#dd7777" direction="left" behavior="scroll"> 마퀴태그 scroll </marquee> <marquee width="500px" height="50px" bgcolor="#22dd77" direction="right" behavior="alternate"> 마퀴태그2 alternate </marquee> <marquee width="500px" height="50px" bgcolor="#8255ff" direction="left" behavior="slide"> 마퀴태그3 slide </marquee> </div> </body> </html>
banner 연습
2012. 5. 30. 09:52