Pages

Search

Kamis, 05 Mei 2011

Latihan membuat Frame KOLOM pada HTML

Bingkai Pertama

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

Bingkai Kedua


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

Bingkai Ketiga

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

Frame Baris

<html>
<head>
<title>
Latihan Frame Baris
</title>
</head>
<frameset rows="30,40,30">
<frame name="Kiri" src="pertama.html">
<frame name="tengah" src="kedua.html">
<frame name="Kanan" src="ketiga.html">
</frameset>

Tidak ada komentar:

Posting Komentar