مهندس حسنی و گلمحمدی

 

کد HTML زیر مربوط به حرکت یک متن در صفحه است آنرا اجرا وتست کنید. 
بعد از اجرا از آن فیلم کوتاهی تهیه وبرای من ارسال کنید : 

<html>
<title>marquee</title>
<body>
<marquee scrolldelay="10">This is a marquee with scrolldelay 10</marquee>
 <marquee scrolldelay="25">This is a marquee with scrolldelay 25</marquee>
 <marquee scrolldelay="50">This is a marquee with scrolldelay 50</marquee>
 <marquee scrolldelay="100">This is a marquee with scrolldelay 100</marquee>
 <marquee scrolldelay="200">This is a marquee with scrolldelay 200</marquee>
<marquee scrolldelay="300">This is a marquee with scrolldelay 300</marquee>
 <marquee scrolldelay="500">This is a marquee with scrolldelay 500</marquee>
 <marquee scrolldelay="1000">This is a marquee with scrolldelay 1000</marquee>
</body>
</html>