RSS

Tugas HTML


Form Biodata
<html>
<head>
<title>HTML</title>
</head>
<body background="66.png">
<p align="center">
<font size="40" face="">BIODATA</font>
<br>
<table border="0">
<tr>
<td>NIM</td>
<td>:</td>
<td><input type="text"></td>
</tr>
<tr>
<td>Nama</td>
<td>:</td>
<td><input type="text"></td>
</tr>
<tr>
<td>Jenis Kelamin</td>
<td>:</td>
<td><input type="radio" name="gender" value="L">Laki-laki<br>
<input type="radio" name="gender" value="P">Perempuan
</td>
</tr>
<tr>
<td>Agama</td>
<td>:</td>
<td><select>
<option value="Islam">Islam</option>
<option value="Kristen">Kristen</option>
<option value="Hindu">Hindu</option>
<option value="Budha">Budha</option>
</select></td>
</tr>
<tr>
<td>Hobi</td>
<td>:</td>
<td><input type="checkbox" name="hobi1">Futsal
<br><input type="checkbox" name="hobi2">Basket
<br><input type="checkbox" name="hobi3">Voli
<br><input type="checkbox" name="hobi4">Badminton
<br><input type="checkbox" name="hobi5">Renang
<br><input type="checkbox" name="hobi6">Jogging</td>
</tr>
<tr>
<td>Jurusan</td>
<td>:</td>
<td><select>
<option value=""></option>
<option value="Matematika">Matematika</option>
<option value="Statistika">Statistika</option>
<option value="Ilmu Komputer">Ilmu Komputer</option>
</select></td>
</tr>
</table>
<br>
<input type="submit" value="Kirim" name="submit">
<br>
<a href="index.html">Klik Disini</a>
</p>
</body>
</html>

Menu
<html>
        <head>
        <title>Homepage</title>
        </head>
        <base target="target">
                <body bgcolor="white">
                <p align="center"><font face=""><u><h2>Pilihan Menu</h2>    </u>
                </font>
                <br>
                <br>
                <br>
                <font size="" face="Geneva, Arial, Helvetica, sans-serif">
                <a href="isi.html"><h3>Home</h3></a>
                <br>
               
                <a href="aboutme.html"><h3>About</h3></a>
                <br>
               
                <a href="biodata.html"><h3>Biodata</h3></a>
               
                <br>
<a href="jadwal matkul.html"><h3>Jadwal Perkuliahan</h3></a>
                <br>
           
               
                <img src="123.jpg">
                </p>
                </font>
                </body>
</html>
Top
<html>
        <head>
        <title>Homepage</title>
        </head>
        <base target="target">
                <body bgcolor="black">
                <font color="white" face="">
                <h1 align="center">W-E-L-C-O-M-E</h1>
                <font color="white" face="">
                <marquee behavior="alternate">Terima Kasih atas Kunjungannya</marquee>
                </font>
               
                </body>
</html>
 Indeks

<html>
        <head>
        <title>Homepage</title>
        </head>
       
            <frameset rows="20%,80% border="5">
            <frame src="top.html" frameborder="0" noresize scrolling="no">
            <frameset cols="20%,*">
            <frame src="menu.html" noresize="noresize">
            <frame src="isi.html" name="target" noresize scrolling="yes">
            </frameset>
            </frameset>           
</html>
Isi
<html>
    <head>
    <title>Homepage</title>
    </head>
    <base target="target">
        <body background="654.jpg">
        <center>
        <br><font color="yellow" face="Georgia, Times New Roman, Times, serif">
        <b><h1>Welcome to My Homepage</h1></b>
        <br>
        Website ini berisi data-data serta profilku
        <br>
        Kamu dapat informasi tentang saya disini
        <br></font>
        </center>       
        </body>
</html>
About Me

<html>
        <head>
        <title>Homepage</title>
        </head>
        <base target="target">
            <body background="456.jpg">
            <h4><font size="5" color="white">
            Halo, Namaku A. Tahmid Barokah Ramadhan M
            <br>
            Saat ini saya kuliah di Universitas Hasanuddin Jurusan Matematika Prodi Ilmu Komputer
            <br>
            <p><u>Sekilas Tentang Jurusan Matematika</u>
            <p>Jurusan Matematika bagian dari Fakultas Matematika dan Ilmu Pengetahuan Alam (MIPA) yang berdiri pada tahun 17 Agustus 1963.
            <br>Jurusan Matematika merupakan bagian dari Fakultas Ilmu Pasti dan Ilmu Pengetahuan Alam (FIPPA)
            <p>
            Jurusan Matematika terbagi atas tiga program studi, yaitu :
            <ol>
            <li>Matematika</li>
            <li>Statistika</li>
            <li>Ilmu Komputer</li>
            </ol>
            </font></h4>
            </body>
</html>
 Biodata

<html>
    <head>
    <title>Homepage</title>
    </head>
    <base target="target">
        <body background="2 (3).jpg">
        <center>
        <table widht="300" border="0"
            <tr>
            <td colspan="3"><div align="center"><font size="5" color="">Biodataku</font></div></td>
            </tr>
           
            <tr>
            <td>Nama Lengkap</td>
            <td>:</td>
            <td>A. Tahmid Barokah Ramadhan M</td>
            </tr>
           
            <tr>
            <td>Nick Name</td>
            <td>:</td>
            <td>Tahmid</td>
            </tr>
           
            <tr>
            <td>TTL</td>
            <td>:</td>
            <td>Makassar, 19 Februari 1994</td>
            </tr>
           
            <tr>
            <td>NIM</td>
            <td>:</td>
            <td>H13114327</td>
            </tr>
           
            <tr>
            <td>Semester</td>
            <td>:</td>
            <td>Pertama</td>
            </tr>
           
        </table>   
        </center>       
        </body>
</html>
Jadwal Matakuliah

<html>
<head>
<title>JADWAL MATA KULIAH</title>
</head>
<body bgcolor="aqua">
<p align="center"><b><font size="20">JADWAL PERKULIAHAN UNHAS</font></b></p>
<table align="center" width="50%" border="10" style="background:white">
<tr>
<td><p align="center"><b>Hari</b></p></td>
<td><p align="center"><b>Kelas</b></p></td>
<td><p align="center"><b>Ruangan</b></p></td>
<td><p align="center"><b>Mata Kuliah</b></p></td>
<td><p align="center"><b>Waktu</b></p></td>
</tr>

<tr>
<td><p align="center">Senin</p></td>
<td><p align="center">A</p></td>
<td><p align="center">PB. 332</p></td>
<td><p align="center">Biologi</p></td>
<td><p align="center">09.20-11.00</p></td>
</tr>
<tr>
<td><p align="center"></p></td>
<td><p align="center">A</p></td>
<td><p align="center">PB. 132</p></td>
<td><p align="center">WSBM</p></td>
<td><p align="center">13.10-14.40</p></td>
</tr>
<tr>
<td><p align="center">Selasa</p></td>
<td><p align="center">A</p></td>
<td><p align="center">PB. 332</p></td>
<td><p align="center">Matematika Dasar</p></td>
<td><p align="center">08.30-10.00</p></td>
</tr>
<tr>
<td><p align="center"></p></td>
<td><p align="center">A</p></td>
<td><p align="center">PB. 132</p></td>
<td><p align="center">Agama</p></td>
<td><p align="center">16.00-17.30</p></td>
</tr>
<tr>
<td><p align="center">Rabu</p></td>
<td><p align="center">A</p></td>
<td><p align="center">LT.8</p></td>
<td><p align="center">Kimia Dasar</p></td>
<td><p align="center">07.30-09.20</p></td>
</tr>
<tr>
<td><p align="center"></p></td>
<td><p align="center">A</p></td>
<td><p align="center">LT.8</p></td>
<td><p align="center">Fisika Dasar</p></td>
<td><p align="center">09.20-11.00</p></td>
</tr>
<tr>
<td><p align="center"></p></td>
<td><p align="center">A</p></td>
<td><p align="center">Lab. Komputasi</p></td>
<td><p align="center">Lab. Komputer</p></td>
<td><p align="center">13.30-15.00</p></td>
</tr>
<tr>
<td><p align="center">Kamis</p></td>
<td><p align="center">A</p></td>
<td><p align="center">LFD</p></td>
<td><p align="center">Lab. Fisika</p></td>
<td><p align="center">07.30-10.00</p></td>
</tr>
<tr>
<td><p align="center">Jumat</p></td>
<td><p align="center">B</p></td>
<td><p align="center">PB. 132</p></td>
<td><p align="center">PIK</p></td>
<td><p align="center">07.30-09.45</p></td>
</tr>
<tr>
<td><p align="center"></p></td>
<td><p align="center">A</p></td>
<td><p align="center">PB. 333</p></td>
<td><p align="center">B. Indonesia</p></td>
<td><p align="center">16.00-17.45</p></td>
</tr>
</table>

</body>
</html>
 


  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 komentar:

Free Joomla TemplatesFree Blogger TemplatesFree Website TemplatesFreethemes4all.comFree CSS TemplatesFree Wordpress ThemesFree Wordpress Themes TemplatesFree CSS Templates dreamweaverSEO Design