Latihan 13
Yang dibuat dinotepad
<html>
<head>
<title>Latihan Frame</title>
<base target="utama">
</head>
<frameset rows="20%,80%" bordercolor="yellow">
<frame src="judul.htm" noresize>
<frameset cols=30%,70% bordercolor="gray">
<frame src="menu.htm" bordrcolor="silver">
<frame src="isi.htm" scrolling="yes" name="utama">
</frameset>
</frameset>
</html>
Hasilnya
<html>
<head>
<title>Latihan Frame</title>
<base target="utama">
</head>
<frameset rows="20%,80%" bordercolor="yellow">
<frame src="judul.htm" noresize>
<frameset cols=30%,70% bordercolor="gray">
<frame src="menu.htm" bordrcolor="silver">
<frame src="isi.htm" scrolling="yes" name="utama">
</frameset>
</frameset>
</html>
Hasilnya
Komentar
Posting Komentar