Pada kesempatan kali ini saya mencoba posting menggunakan kode html. Berikut adalah contoh-contoh dari marquee. Marquee berfungsi untuk membuat tulisan/gambar bergerak dalam pembuatan web.
Script :
<table border="1">
<tbody>
<tr><td><b>1. Marquee bentuk standar</b><br />
Format penulisan:<br />
<marquee>Standar tag marquee tanpa atribut</marquee><br />
<br />
<b>2. Marquee dengan atribut direction</b><br />
<marquee direction="up">ini marquee direction="up"</marquee>
<marquee direction="right">ini marquee direction="right"</marquee>
<marquee direction="down">ini marquee direction="down"</marquee>
<marquee direction="left">ini marquee direction="left"</marquee>
<br />
<b>3. Marquee dengan atribut behavior</b><br />
<marquee behavior="alternate">ini marquee behavior="alternate"</marquee>
<marquee behavior="scroll">ini marquee behavior="scroll"</marquee>
<marquee behavior="slide">ini marquee behavior="slide"</marquee>
<br />
<br />
<b>4. Marquee dengan atribut scolldelay</b><br />
<marquee scrolldelay="100">ini marquee scrolldelay="100"</marquee>
<marquee scrolldelay="200">ini marquee scrolldelay="200"</marquee>
<marquee scrolldelay="300">ini marquee scrolldelay="300"</marquee>
<br />
<b>5. Marquee dengan atribut scrollamount</b><br />
<marquee scrollamount="10">ini marquee scrollamount="10"</marquee>
<marquee scrollamount="20">ini marquee scrollamount="20"</marquee>
<marquee scrollamount="30">ini marquee scrollamount="30"</marquee><br />
<b>6. Marquee dengan atribut width</b><br />
<marquee width="75%">marquee width="75%"</marquee>
<marquee width="160">marquee width="160"</marquee>
<br />
<b>7. Marquee dengan atribut height</b><br />
<marquee height="75">marquee height="75"</marquee><br />
<marquee height="30">marquee height="30"</marquee><br />
<b>8. Marquee dengan atribut bgcolor</b><br />
<marquee bgcolor="red">marquee bgcolor="red"</marquee>
<marquee bgcolor="#ddd">marquee bgcolor="#ddd"</marquee>
<b>9. Marquee dengan atribut style</b><br />
<marquee style="background: #000; color: #00cc99; font-size: 18px; padding: 4px;">
HTML CSS Guides.com<br />
colspan style="font-size:12px;color:#ff3;">web design, belajar HTML,
CSS Java script.tips,triks dan tutorial bagi pemula.</marquee><br />
</td></tr>
<tr>
</tr>
</tbody></table>
Hasil :
1. Marquee bentuk standar Format penulisan: 2. Marquee dengan atribut direction 3. Marquee dengan atribut behavior 4. Marquee dengan atribut scolldelay 5. Marquee dengan atribut scrollamount 6. Marquee dengan atribut width 7. Marquee dengan atribut height 8. Marquee dengan atribut bgcolor 9. Marquee dengan atribut style |
0 Komentar untuk "Cara menggunakan kode marquee untuk membuat tulisan berjalan di halaman web"
Silahkan berkomentar sesuai artikel