Pages

Search

Kamis, 05 Mei 2011

Latihan membuat Frame Baris pada HTML



Bingkai Pertama

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

Bingkai Kedua


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

Bingkai Ketiga

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



Frame Baris

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

Tidak ada komentar:

Posting Komentar