1. Marquee tanpa kombinasi
Kode html: <marquee>Kalimat Berjalan Sederhana</marquee>
Hasilnya:
2. Marquee dengan kombinasi
Kode html:
<marquee scrollamount="100">KALIMAT BERJALAN</marquee>
<marquee direction="left" scrollamount="20">KALIMAT BERJALAN</marquee>
<marquee behavior="alternate" scrollamount="35">KALIMAT BERJALAN</marquee>
<marquee direction="right" scrollamount="30">KALIMAT BERJALAN</marquee>
<marquee direction="left" scrollamount="70">KALIMAT BERJALAN</marquee>
<marquee bgcolor="purple">KALIMAT BERJALAN</marquee>
Hasilnya:
3. Marquee gabungan atribut
Kode html:
<marquee loop="15">KALIMAT BERJALAN</marquee>
<marquee direction="up" style="background-color: lime;" width="150">KALIMAT BERJALAN</marquee>
<marquee direction="down" style="background-color: red;" width="150">KALIMAT INI AKAN BERJALAN</marquee>
<marquee style="font-style: italic;">KALIMAT BERJALAN</marquee>
Hasilnya:
Tidak ada komentar:
Posting Komentar