0% found this document useful (0 votes)
21 views

Pemrograman Web Dasar: Script HTML

This document contains the source code for a multi-page website created using HTML frames. It includes scripts for the header, menu, homepage, profile page, gallery, downloads page, contact page, and footer. Each page is contained within its own HTML file and framed together using a multi-frame layout. The menu.html script contains the navigation links that allow users to move between the different content pages.

Uploaded by

Pencari Ilmu
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Pemrograman Web Dasar: Script HTML

This document contains the source code for a multi-page website created using HTML frames. It includes scripts for the header, menu, homepage, profile page, gallery, downloads page, contact page, and footer. Each page is contained within its own HTML file and framed together using a multi-frame layout. The menu.html script contains the navigation links that allow users to move between the different content pages.

Uploaded by

Pencari Ilmu
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

PEMROGRAMAN WEB DASAR

Script HTML

Disusun Oleh :
Pencari Ilmu
NPM : 151101XXXX

INFORMATICS & BUSINESS INSTITUTE DARMAJAYA


Fakultas Ilmu Komputer
Program Studi Tehnik Informatika

Script frame :

<title>Frame 4 panel</title>
</head>
<FRAMESET rows="15%,72%,66" cols="*">
<FRAME SRC="header.html" NAME="Frame1">
<body>
<FRAMESET cols="15%,70%">
<frame name=kiri src=menu.html scrolling="no" noresize>
<frame name=kanan src=home.html scrolling="no" noresize>
<FRAME SRC="menu.html" NAME="Frame2">
</FRAMESET>
<FRAME SRC="footer.html" NAME="MEDIUM">
</FRAMESET><noframes></noframes>
</body>
</FRAMESET>
</FRAMESET>
</html>

Script Header (header.html) :


<title>Header</title>
</head>
<title>Latihan 17</title>
<body bgcolor=#B0E0E6>
<table>
<tr>
<td width="100%">
<body bgcolor=#ffffcc>
<font face=arial size=6 color=maroon>
<b>.::: IBI DARMAJAYA:::. </b>
</td>
</tr>
<tr>
<td>
<font face=Times New Roman size=4 color=black>
<i>menanamkan jiwa Technoprenour</i>
</td>
</tr>
</table>
</body>
</html>

Script Menu (menu.html) :


<head>
<title>::: Membuat Menu:::</title>
</head>
<body bgcolor=#00FFFF>
<table border=0 width="228" height="28" cellspacing=0>
<tr>
<td width="218" height="22" bordercolor="#800080" bgcolor="#FFFFFF">
<b><font face="Tahoma" size="2">&nbsp;&nbsp; M e n u</font></b>
</td>
</tr>
<tr>
<td width="218" height="22" bordercolor="#800080">
<b><font face="Tahoma" size="2">&nbsp;&nbsp;
<a href=kanan.html target=kanan>H o m e</a></font></b></td>
</tr>
<tr>
<td width="218" height="22" bordercolor="#800080">
<b><font face="Tahoma" size="2">
&nbsp;&nbsp; <a href=profil.html target=kanan>Profil</a>
</font></b></td>
</tr>
<tr>
<td width="218" height="22" bordercolor="#800080">
<b><font face="Tahoma" size="2">
&nbsp;&nbsp; <a href=galery.html target=kanan>Galery</a>
</font></b></td>
</tr>
<tr>
<td width="218" height="22" bordercolor="#800080">
<b><font face="Tahoma" size="2">
&nbsp;&nbsp; <a href=download.html target=kanan>Download</a>
</font></b></td>
<tr>
<td width="218" height="22" bordercolor="#800080">
<b><font face="Tahoma" size="2">
&nbsp;&nbsp; <a href=Contact.html target=kanan>Contact Us</a>
</font></b></td>
</tr>
</table>
</body>
</html>

Script home (home.html) :


<head>
<title>::: home:::</title>
</head>
<body bgcolor=#ffffff>
<table border=1 bordercolor=bordercolor="#800080"
cellspacing=0 cellpadding=50 width=100% height=450>
<tr>
<td valign=top>
<font face=verdana size=4 color=blue>Welcome to My Web ...
</td>
</tr>
</body>
</html>

Script frofil (profil.html) :


<head>
<title>:::Profil:::</title>
</head>
<body bgcolor=#ffffff>
<table border=1 bordercolor=bordercolor="#800080"
cellspacing=0 cellpadding=50 width=100% height=450>
<tr>
<td valign=top>
<font face=verdana size=4 color=blue>
Profil:<br>
<font size=2>
<ul type=circle>
<table>
<tr>
<td width="30%%"><li>Nama</td>
<td width="100%">: M. freqsi Andreansyah</li></td>
</tr>
<tr>
<td><li>NPM</td>
<td>: 1511010019</li></td>
</tr>
<tr>
<td><li>Fakultas </td>
<td>: Ilmu Komputer</li></td>
</tr>
<tr>
<td><li>Prodi </td>
<td>: Teknik Informatika</li></td>
</tr>
</table>
</ui>
</td>
</tr>
</body>
</html>

Script galery (galery.html) :


<head>
<title>:::Galery foto:::</title>
</head>
<body bgcolor=#ffffff>
<table border=1 bordercolor=bordercolor="#800080"
cellspacing=0 cellpadding=50 width=100% height=450>
<tr>
<td valign=top>
<font face=verdana size=4 color=blue>
Galery :<br>
<font size=1>
</p>
<table border=5 cellspacing=5 cellpadding=5>
<tr>
<td><img src=photo1.jpg width=200 height=200></td>
<td><img src=photo2.jpg width=200 height=200></td>
<td><img src=photo3.jpg width=200 height=200></td>
</tr>
<tr>
<td>Wallpaper1.JPG 800 X 600</td>
<td>Wallpaper2.JPG 800 X 600</td>
<td>Wallpaper3.JPG 800 X 600</td>
</tr>
</table>
</td>
</tr>
</body>
</html>
</body>
</html>

Script download (download.html) :


<head>
<title>::: contoh link download:::</title>
</head>
<body bgcolor=#ffffff>
<table border=1 bordercolor=bordercolor="#800080"
cellspacing=0 cellpadding=50 width=100% height=450>
<tr>
<td valign=top>
<font face=verdana size=4 color=blue>
Laman Download :<br>
<font size=2>
<ul type=circle>
<li>Link 1 : <b><font face="Tahoma" size="2">
&nbsp;&nbsp; &gt;<a href=link.html
target=kanan>Download&lt;</a></font></b>
<li>Link 2 : <b><font face="Tahoma" size="2">
&nbsp;&nbsp; &gt;<a href=link.html
target=kanan>Download&lt;</a></font></b>
<li>Link 3 : <b><font face="Tahoma" size="2">
&nbsp;&nbsp; &gt;<a href=link.html
target=kanan>Download&lt;</a></font></b>
</ul>
</td>
</tr>
</body>
</html>

Script contact (contact.html) :


<head>
<title>::: contact :::</title>
</head>
<body bgcolor=#ffffff>
<table border=1 bordercolor=bordercolor="#800080"
cellspacing=0 cellpadding=50 width=100% height=450>
<tr>
<td valign=top>
<font face=verdana size=4 color=blue>
Contact Person :<br>
<font size=2>
<ul type=circle>
<table>
<tr>
<td><li>Nomor HP</li></td>
<td>: 0852-6815-5771</td>
</tr>
<tr>
<td><li>Email</li></td>
<td>: [email protected]</td>
<tr>
<td><li>Telegram</li></td>
<td>: @freqsi</td>
</tr>
</table>
</ul>
</td>
</tr>
</body>
</html>

Script footer (footer.html) :


<html>
<head>
<title>.::footer::.</title>
</head>
<body bgcolor=#B0E0E6>
<font face=arial size=3 color=black>
<b> (c) Institute Busines & Informatic Darmajaya</b><br>
<font face=arial size=2 color=gray>
<i>Created By M. Freqsi Andreansyah - 1511010019</i>
</body>
</html>

You might also like