1 <html> 2 <head> 3 <title>Nadpis 02 - marquee</title> 4 </head> 5 <body> 6 <div style=""height:70px; width:400px" > 7 <marquee scrolldelay="10" scrollamount="3" direction="right" behavior="alternate" > 8 <h2>Kuk :-)</h2> 9 </marquee> 10 </div> 11 </body> 12 </html>