Blog for Learning

| lesson material | material summary | questions and answers | definitions | types and examples | other information | materi pelajaran | ringkasan materi | pertanyaan dan jawaban | definisi | jenis-jenis dan contoh-contoh | informasi lainnya |

Powered by Blogger.

Pages

Cara menggunakan kode marquee untuk membuat tulisan berjalan di halaman web

Assalamualaikum wr wb.
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;"&gt;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:
Standar tag marquee tanpa atribut

2. Marquee dengan atribut direction
ini marquee direction="up" ini marquee direction="right" ini marquee direction="down" ini marquee direction="left"
3. Marquee dengan atribut behavior
ini marquee behavior="alternate" ini marquee behavior="scroll" ini marquee behavior="slide"

4. Marquee dengan atribut scolldelay
ini marquee scrolldelay="100" ini marquee scrolldelay="200" ini marquee scrolldelay="300"
5. Marquee dengan atribut scrollamount
ini marquee scrollamount="10" ini marquee scrollamount="20" ini marquee scrollamount="30"
6. Marquee dengan atribut width
marquee width="75%" marquee width="160"
7. Marquee dengan atribut height
marquee height="75"
marquee height="30"
8. Marquee dengan atribut bgcolor
marquee bgcolor="red" marquee bgcolor="#ddd" 9. Marquee dengan atribut style
HTML CSS Guides.com
colspan style="font-size:12px;color:#ff3;">web design, belajar HTML, CSS Java script.tips,triks dan tutorial bagi pemula.
Sekian dari saya, semoga bermanfaat. Wassalamualaikum wr wb.
0 Komentar untuk "Cara menggunakan kode marquee untuk membuat tulisan berjalan di halaman web"

Silahkan berkomentar sesuai artikel

 
Template By Kunci Dunia
Back To Top