Pages

Search

Kamis, 05 Mei 2011

Latihan membuat Frame Campur pada HTML



frame campur

<html>
<head>
<title>
Contoh Penggunaan Frame Campur
</title>
</head>
<frameset rows="4,15,20,15">
<frame name="top" src="up.html">
<frame name="top" src="pertama_baris.html">
<frameset cols="20,20">
<frame name="left" src="Pertama_kolom.html" target="content">
<frame name="right" src="ketiga_kolom.html" target="main">
</frameset>
<frame name="bottom" src="ketiga_baris.html" target="contents">
</frameset>
</html>






pertama baris

<html>
<head>
<title> Latihan Frame Baris
</title>
</head/
<body text="white" background="bendera_merah_putih.jpg">
<h3 align="center"><marquee behavior="alternate">contoh frame
</marquee>
<hr align="center" size="3" width="20%" color="white">
<blink>Ini adalah Frame Atas
</blink>
</h3>
</body>
</html>

ketiga baris

<html>
<head>
<title> Latihan Frame Baris
</title>
</head/
<body text="white" bgcolor="blue">
<h3 align="center"><marquee behavior="alternate">contoh frame
</marquee>
<hr align="center" size="3" width="20%" color="white">
<blink>Ini adalah Frame Bawah
</blink>
</h3>
</body>
</html>


pertama kolom

<html>
<head>
<title> Latihan Frame Baris
</title>
</head>
<body text="white" bgcolor="green">
<h3 align="center"><marquee behavior="alternate">contoh frame
</marquee>
<hr align="center" size="3" width="20%" color="white">
<blink>Ini adalah Frame Kiri
</blink>
</h3>
</body>
</html>

ketiga kolom

<html>
<head>
<title> Latihan Frame Baris
</title>
</head>
<body text="white" bgcolor="red">
<h3 align="center"><marquee behavior="alternate">contoh frame
</marquee>
<hr align="center" size="3" width="20%" color="white">
<blink>Ini adalah Frame Kanan
</blink>
</h3>
</body>
</html>

up

<html>
<head>
<title> Latihan Membuat Frame
</title>
</head>
<body text="white" size="5" bgcolor="black">
<h3><marquee behavior="alternate">Latihan Membuat Frame
</marquee>
</h3>
</body>
</html>

Tidak ada komentar:

Posting Komentar