1. tutor membikin teks berjalan dari kanan ke kiri
Script HTML
<marquee align="center" direction="left" scrollamount="2">Contoh Tulisan Berjalan</marquee>
2. tutor membikin teks berjalan dari kiri ke kanan
Script HTML
<marquee align="center" direction="right" scrollamount="2">Contoh Tulisan Berjalan</marquee>
3. tutor membikin teks berjalan bolak-balik
Script HTML
<marquee direction="left" scrollamount="2" align="center" behavior="alternate"> Contoh Tulisan Berjalan </marquee>
4. tutor membikin teks berjalan dari bawah keatas
Script HTML
<marquee direction="up" scrollamount="2" align="center"> Contoh Tulisan Berjalan </marquee>
5. tutor membikin teks berjalan dari atas kebawah
Script HTML
<marquee direction="down" scrollamount="2" align="center"> Contoh Tulisan Berjalan </marquee>
6. tutor membikin teks berjalan tembus dari kiri kekanan
Script HTML
<center> <marquee direction="up" scrollamount="2" align="center" behavior="alternate" width="90%"> <marquee direction="right"> Contoh Tulisan Berjalan </marquee></marquee> </center>
7. tutor membikin teks berjalan tembus kanan kekiri
Script HTML
<center> <marquee direction="up" scrollamount="2" align="center" behavior="alternate" width="90%"> <marquee direction="left"> Contoh Tulisan Berjalan </marquee> </marquee> </center>
Script HTML
<center> <marquee direction="up" scrollamount="2" align="center" behavior="alternate" width="90%"> <marquee direction="right" behavior="alternate"> Contoh Tulisan Berjalan </marquee> </marquee> </center>
Script HTML
<div style="background: #12e517; border: 5px double red; color: black; font-size: 30px; padding: 10px; text-align: center; width: 600px;"> <marquee align="center" direction="left" scrollamount="2">Contoh Tulisan Berjalan</marquee> </div>
Script HTML
<div style="background: #12e517; border: 5px double red; color: black; font-size: 30px; padding: 10px; text-align: center; width: 600px;"> <marquee behavior="scroll" scrollamount="10">Cara</marquee><br /> <marquee behavior="scroll" scrollamount="7">Buat</marquee><br /> <marquee behavior="scroll" scrollamount="4">tulisan</marquee><br /> <marquee behavior="scroll" scrollamount="1">berjalan</marquee> </div>
Script HTML
<div style="background: #12e517; border: 5px double red; color: black; font-size: 30px; padding: 10px; text-align: center; width: 600px;"> <marquee behavior="scroll" onmouseout="this.start();" onmouseover="this.stop();"> <a href="#" title=" Tutorial membikin goresan pena berjalan di blog">Klik tulisanitu niscaya berhenti</a></marquee> </div>
Demo : Klik Disini
Tidak ada komentar:
Posting Komentar