marquee(Examples)
Example
Default scrolling
Background color
Background color and Width
Background color and space
Behavior the alternate (bounce back and forth)
Direction the right (it moves right)
Direction the down (it moves down)
Nesting the marquee
Comparison of speeds
সাধরণ গতি
খুব দ্রুত গতি!!
ধীর গতি ...
<marquee>পবিত্র রমজানের শুভেচ্ছা</marquee>
Output
Background color
<marquee bgcolor="#d9d9ff"> ব্যাকগ্রাউন্ড কালার</marquee>
Output
Background color and Width
<marquee bgcolor="#d9d9ff" width="50%">Background and Width</marquee>
Output
Background color and space
<marquee bgcolor="#d9d9ff" hspace="50" vspace="20">Background and Space</marquee>
Output
Behavior the alternate (bounce back and forth)
<marquee behavior="alternate">Bounce back and forth</marquee>
Output
Direction the right (it moves right)
<marquee direction="right">এটি ডানদিনে যাচ্ছে </marquee>
Output
Direction the down (it moves down)
<marquee direction="down" height="100”> এটি নিচে যাচ্ছে</marquee>
Output
Nesting the marquee
<marquee direction="down" behavior="alternate" height="150"> <marquee behavior="alternate"><font size="7">?</font></marquee> </marquee>
Output
Comparison of speeds
<marquee scrolldelay="85" scrollamount="6">Default speed</marquee> <marquee scrolldelay="50" scrollamount="10" truespeed>Very fast !!</marquee> <marquee scrolldelay="200" scrollamount="3">Very slow ...</marquee>
একটি মন্তব্য পোস্ট করুন
একটি মন্তব্য পোস্ট করুন