Pemrograman Web 1, Pertemuan 5-1
Source code home.html :
<html>
<head>
<title>Contoh Hyperlink</title>
</head>
<body>
<pre>
<hr color="blue" size=3 width=50% align="left"><font size= 4 color="red"><a
href="home.html">Home</a> | <a href="profil.html">Profil</a> | <a href="about.html">About</a> | <a href="gallery.html">Gallery</a> | <a href="kontak.html">Kontak</a></font>
<hr color="blue" size=3 width=50% align="left">
<font size=3>Assalammualaikum.Wr.Wb.
Apakabar semua. Salam kenal ini adalah web perdanaku. Web ini berisi informasi tentang kegemaranku.
Semoga web ini dapat menginspirasi Anda pada waktu liburan. <a href="http://www.google.com">google</a>
Silakan hubungi saya jika ada yang ingin didiskusikan <a href="mailto:endarnirmala.gmail.com">email</a>
</font>
</pre>
</body>
</html>
Hasil Output :
Source code profil.html :
<html>
<head>
<title>Contoh Hyperlink</title>
</head>
<body>
<pre>
<hr color="blue" size=3 width=50% align="left"><font size= 4 color="red"><a
href="home.html">Home</a> | <a href="profil.html">Profil</a> | <a href="about.html">About</a> | <a href="gallery.html">Gallery</a> | <a href="kontak.html">Kontak</a></font>
<hr color="blue" size=3 width=50% align="left">
<font size=3>Nama Lengkap : Fatiah Amelia
Tempat Lahir : Jakarta
Alamat : Tanah Abang,Jakarta
</font>
</pre>
</body>
</html>
Hasil Output :
Source code about.html :
<html>
<head>
<title>Contoh Hyperlink</title>
</head>
<body>
<pre>
<hr color="blue" size=3 width=50% align="left"><font size= 4 color="red"><a
href="home.html">Home</a> | <a href="profil.html">Profil</a> | <a href="about.html">About</a> | <a href="gallery.html">Gallery</a> | <a href="kontak.html">Kontak</a></font>
<hr color="blue" size=3 width=50% align="left">
<font size=3>Saya membuat web ini dengan tujuan untuk menyelesaikan tugas Pemrograman Web 1 sekaligus mempelajari lebih lanjut tentang web
</font>
</pre>
</body>
</html>
Hasil output :
Source code gallery.html :
<html>
<head>
<title>Contoh Hyperlink</title>
</head>
<body>
<pre>
<hr color="blue" size=3 width=50% align="left"><font size= 4 color="red"><a
href="home.html">Home</a> | <a href="profil.html">Profil</a> | <a href="about.html">About</a> | <a href="gallery.html">Gallery</a> | <a href="kontak.html">Kontak</a></font>
<hr color="blue" size=3 width=50% align="left">
<img src="fat.jpeg" width= "300" height ="375" Alt="fatiah" align="center" title="picture">
</pre>
</body>
</html>
Hasil Output :
Source code kontak.html :
<html>
<head>
<title>Contoh Hyperlink</title>
</head>
<body>
<pre>
<hr color="blue" size=3 width=50% align="left"><font size= 4 color="red"><a
href="home.html">Home</a> | <a href="profil.html">Profil</a> | <a href="about.html">About</a> | <a href="gallery.html">Gallery</a> | <a href="kontak.html">Kontak</a></font>
<hr color="blue" size=3 width=50% align="left">
<font size=3> Email : Fatiahamelia3@gmail.com</font>
</pre>
</body>
</html>
Hasil Output :
Comments
Post a Comment