
Contoh-contoh kode HTML Marquee
Kode HTML Marquee
<marquee behavior="slide" direction="left">MySpace slide-in marquee</marquee>
Berjalan ke kiri (Text scrolling Left)
<marquee behavior="scroll" direction="left">Text scrolling left</marquee>
Berjalan ke kanan (Text scrolling Right)
<marquee behavior="scroll" direction="right">Text scrolling right</marquee>
Berjalan bolak-balik (Bouncing text)
<marquee behavior="alternate">MySpace bouncing text</marquee>
Berjalan ke atas (Text Scrolling Up)
<marquee behavior="scroll" direction="up">Text scrolling up</marquee>
Berjalan ke bawah (Text Scrolling Down)
<marquee behavior="scroll" direction="down">Text scrolling down</marquee>
Lambat-sedang-cepat (Slow scroll speed, Medium scroll speed and Fast scroll speed)
<marquee behavior="scroll" direction="left" scrollamount="1">Slow scroll speed</marquee>
<marquee behavior="scroll" direction="left" scrollamount="10">Medium scroll speed</marquee>
<marquee behavior="scroll" direction="left" scrollamount="20">Fast scroll speed</marquee>
<marquee behavior="scroll" direction="left"><img src="/pix/smile.gif" width="100" height="100" alt="smile" /></marquee>
Adapun cara memasangnya adalah :
1. Masuk <Dashbord Blog> baik blogspot maupun Wordpress
2. Buka <HTML> halaman atau widget
3. Pastekan <Kode Marquee> yang sudah di copy
4. <Simpan> atau <Save>
5. <Selesai> atau <Finishid>, dan melihat hasilnya : <pratinjau> atau <view blog>.