Anda di halaman 1dari 3

Teks Berjalan

<!DOCTYPE html>
<html>
<head>
<title> contoh teks berjalan </title>
</head>
<body><font face="Arial" color="green" size="3">
<marquee direction='right'> ini merupakan teks berjalan
kekanan</marquee>
<marquee direction='left'> ini merupakan teks berjalan
kekiri</marquee><font>
<body>
<html>

Teks berjalan dengan lambat

<!DOCTYPE html>
<html>
<head>
<title> contoh teks berjalan </title>
</head>
<body><font face="Courier New" color="green" size="3">
<marquee scrolldelay='300'> teks ini berjalan dengan
kecepatan 300 mili detik</marquee></font>
<body>
<html>
Teks berjalan memantul

<!DOCTYPE html>
<html>
<head>
<title> Contoh tulisan bergerak memantul </title>
</head>
<body><font face="Courier New" color="green" size="3">
<marquee behavior='alternate'> teks memantul </marquee>
<body>
<html>

Teks berjalan stop

<!DOCTYPE html>
<html>
<head>
<title> contoh slide</title>
</head>
<body><font face="Courier New" color="green" size="3">
<marquee behavior='slide'> teks berjalan dan stop</marquee>
</font><body>
<html>

Teks berjalan dengan menggunakan background warna


<!DOCTYPE html>
<html>
<head>
<title> contoh teks berjalan </title>
</head>
<body><font face="Courier New" color="green" size="3">
<marquee bgcolor='yellow'> Teks ini yang berjalan
</marquee></font>
<body>
<html>

Anda mungkin juga menyukai