Selasa, 25 Agustus 2009

Frame

Index
<html>
<head>
<title>Praktik</title>
<frameset rows="25%,75%">
<frame src=judul.htm>
<frameset cols="25%,*,25%">
<frame src=menu.htm>
<frame src=isi.htm name=Frame isi>
<frame src=link.htm>
</frameset>
</frameset>
</head>
<body>

</body>
</html>

Menu
<html>
<head>
<title>Menu</title>
</head>
<body>
<b><h3><font color="red"><center>Menu
</body>
</html>

Judul
<html>
<head>
<title>Judul</title>
</head>
<body>
<b><h1><u><font color="blue"><center>STMIK KHARISMA</center>
</body>
</html>

isi
<html>
<head>
<title>Menu</title>
</head>

<body>
<b><h3><center><font color="green">Isi</center>
</body>
</html>

0 komentar:

Posting Komentar