codice:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Marquee semplice</title> </head> <body> <div style="width:250px;"> <marquee style="font-size: 7.5pt; font-weight:bold; font-family:Verdana; text-align:justify" scrollamount="3" direction="left" height="60"> testo che scorre </marquee> </div> </body> </html>