Pertemuan-5-lthn-2

 <html>

<head>

    <title>P5_Latihan 1</title>

</head>

<body bgcolor="#f0cb90">


<hr color="grey" size=3 width=100% align="left"><font size= 4 color="red"><a href="P5_Latihan 1.html">Home</a> | <a href="P5_Profil.html">Profil</a> | <a href="P5_About.html">About</a> | <a href="P5_Gallery.html">Gallery</a> | <a href="P5_Kontak.html">Kontak</a></font>

<hr color="grey" size=3 width=100% align="left">


<h2>Selamat Datang</h2>


Ini merupakan contoh website dasar sederhana yang menggunakan <i>hyperlink</i> dalam <i>source code</i>-nya. <i>Hyperlink</i> yang digunakan merupakan jenis <i>hyperlink</i> relatif yakni melakukan <i>link</i> dari satu halaman ke halaman lain pada website yang sama. <i>Source code hyperlink</i> ada bada bagian menu di atas.

</body>

</html>



<html>
<head>
    <title>Profile</title>
</head>
<body bgcolor="#f0cb90">
    <h1> Profile </h1>
    Nama Lengkap : Muhamad Fikri <br>
    Tempat Lahir : DKI Jakarta <br>
    Alamat       : KEL/KEC.KEBON JERUK <br><br>

    Riwayat Pendidikan :
    <ul type="disc">
        <li>SDN 07 PG</li>
        <li>SMP MERUYA ILIR 1</li>
        <li>SMK REFORMASI</li
    </ul>
</body>
</html>

<html>
<head>
    <title>About</title>
</head>
<body bgcolor="#f0cb90">
    <h1>Motto</h1>
    Jadikan hidup ini adalh sebuah cermin yang kemanapun kita bawa saat berada diluar.
</body>
</html>




<html>
<head>
    <title>Gallery</title>
</head>
<body bgcolor="#f0cb90">
    <h1>Gallery</h1>

    Ini beberapa foto-foto yang bersumber dari google <br><br>
    <img src="download.jpg" width= "400" height ="300" Alt="mypicture" align="center" title="picture">
    <img src="download(1).jpg" width= "400" height ="300" Alt="mypicture" align="center" title="picture">
    <img src="download(2).jpg" width= "400" height ="300" Alt="mypicture" align="center" title="picture">
    <img src="download(3).jpg" width= "400" height ="300" Alt="mypicture" align="center" title="picture">
    <img src="download(4).jpg" width= "400" height ="300" Alt="mypicture" align="center" title="picture">
    <img src="download(5).jpg" width= "400" height ="300" Alt="mypicture" align="center" title="picture">
    <img src="download(6).png" width= "400" height ="300" Alt="mypicture" align="center" title="picture">
    <img src="download(7).jpg" width= "400" height ="300" Alt="mypicture" align="center" title="picture">
    
</body>
</html>


<html>
<head>
    <title>Kontak</title>
</head>
<body bgcolor="#f0cb90">
    <h1>Kontak</h1>
    Jika ada pertanyaan dapat penghubugi : <br>
    No. HP : 088221994310<br>
    Email : <font color="blue"><u><i>mhmmdfikri042@gmail.com</i></u></font>
</body>
</html>










Komentar

Postingan populer dari blog ini

Pertemuan-6-lthn-soal

Pertemuan-6-lthn-2