0% found this document useful (0 votes)
21 views3 pages

Webstatis

The document contains code for an HTML website with multiple pages. The index.html page uses frames to display a side menu and main content area. The menu.html page contains navigation links that target the main frame to load different pages. These pages include home.html, biodata.html, and others that contain basic HTML elements and some descriptive content.

Uploaded by

Rio Taruna Jati
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views3 pages

Webstatis

The document contains code for an HTML website with multiple pages. The index.html page uses frames to display a side menu and main content area. The menu.html page contains navigation links that target the main frame to load different pages. These pages include home.html, biodata.html, and others that contain basic HTML elements and some descriptive content.

Uploaded by

Rio Taruna Jati
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Index.

html

<HTML>
<HEAD>
<TITLE>Index</TITLE>
</HEAD>
<FRAMESET COLS="150,*" framespacing="0" frameborder="yes" border="0">
<FRAME SRC="menu.html" NAME="frame_menu" NORESIZE>
<FRAMESET ROWS="90%,8%">
<FRAME SRC="home.html" NAME="frame_isi" >
<FRAME SRC="about.html" NAME="frame_kaki" noresize >
</FRAMESET>
</FRAMESET>
<noframes></noframes>
</HTML>

Menu.html
<HTML>
<HEAD>
<TITLE>latih_a</TITLE>
</HEAD>
<body bgcolor="#FFCC66">
<H3 class="style1">Menu</H3>
<A HREF=Home.html TARGET="frame_isi">Home</A>
<BR>
<A HREF=Biodata.html TARGET="frame_isi">Biodata</A>
<BR>
<A HREF=Gallery.html TARGET="frame_isi">Gallery</A>
<BR>
<A HREF=Latihan.html TARGET="frame_isi">Latihan1</A>
<BR>
<A HREF=Video.html TARGET="frame_isi">Video</A>
<BR>
<A HREF=Link.html TARGET="frame_isi">Link Favorit</A>
<BR>
</BODY>
</HTML>

Latihan1.html
Untuk semua latihan di buatkan link di menu.html
Home.html
<HTML>
<HEAD>
<TITLE>latih_b</TITLE>
</HEAD>
<body bgcolor="#FFFFCC">
<center><H3>Welcome To My Page </H3>

</BODY>
</HTML>

Biodata.html
Kalian isikan biodata kalian masing2

Gallery.html
Kalian isikan latihan tabel5.html di rename namanya menjadi gallery.html

About.html
<HTML>
<HEAD>
<TITLE>latih_e</TITLE>
</HEAD>
<body bgcolor="#FFCC66">
<CENTER>
<h3>J a t a r a @ 2012 </h3>
</CENTER>
</BODY>
</HTML>

Video.html
<html>
<head>
<title>menampilkan flv</title>
</head>
<body>

Menampilkan file video <br><br>


<iframe width="420" height="315" src="http://www.youtube.com/embed/ewj5cHC6tfw"
frameborder="0" allowfullscreen>
</iframe
</object>
</body>
</html>

Link.html
<HTML>
<HEAD>
<TITLE>latih_b</TITLE>
</HEAD>
<body bgcolor="#FFFFCC">
<center><H3>Link Favorit</H3>
<a href=http://www.detik.com target="_blank"> Detik Online</a>
</BODY>
</HTML>

You might also like