I am learning HTML and we have the assignment to get creative using tables and deprecated HTML attributes. I am creating a simple game board using tables and I would like to animate my table borders using a scrolling marquee attribute or something that will cause my table borders to scroll around like a Vegas lighted billboard. So far I have a basic 600x600px table with a 1px CSS styled dotted border. How can I make these dots scroll around my table in HTML or CSS? Where exactly do I place this code? I am using Dreamweaver to set this up.