tugas noe
Cute Rocking Baby Monkey

Minggu, 14 Oktober 2012

noee tugas

<html>
<head>
</head>

<body>
<form>
<table width="556" height="335" border="0">
    <tr>   
      <td width="93">Nama</td>
        <td width="423">: <input type="text" name="nama_mhs" value="" maxlength=30 width=100></input></td>
    </tr>
    <tr>
      <td>Alamat</td>   
        <td>: <textarea name="alamat" rows=1></textarea></td>
    </tr>
    <tr>
      <td>Tempat Lahir</td>
        <td>: <input name="tmp_lahir"></input></td>
    </tr>
    <tr>
      <td>Tgl Lahir</td>
        <td>: <input name="tgl_lahir" value="" maxlength=2 width=30></input>
        <select name="bln_lahir">
            <option value=1>Januari</option>
            <option value=2>Februari</option>
            <option value=3>Maret</option>
            <option value=4>April</option>
            <option value=5>Mei</option>
            <option value=6>Juni</option>
            <option value=7>Juli</option>
            <option value=8>Agustus</option>
            <option value=9>September</option>
            <option value=10>Oktober</option>
            <option value=11>November</option>
            <option value=12>Desember</option>
        </select>
        <input type="text" name="thn_lahir" value="" maxlength=4></input>
      </td>
    </tr>
    <tr>
      <td>Telepon</td>
        <td>: <input type="text" name="telepon" value=""></input></td>
    </tr>
    <tr>
      <td>Jenis Kelamin</td>
        <td>: <input type=radio name=jk value=L></input>Laki-Laki
            <input type=radio name=jk value=p></input>Perempuan
      </td>
    </tr>
    <tr>
    <td height="10" colspan="2"><input type = "submit" name="submit" value="Daftar">
    <input type="reset" name="reset" value="Reset">  </input>
      </td>
    </tr>
</table>
</form>
</body>
</html>

tugas noee

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table border="1" width="630">
<tr>
<td colspan="4" align="center" height="40" bgcolor=blue> Header</td>
</tr>
<tr>
<td width="158" rowspan="2" align="top" bgcolor=purple><p>Menu</p>
<p>
</p>
<table width="143" border="1">
<tr>
<th width="133" align="left" scope="row">A.</th><tr>
<th align="left" scope="row">B.</th><tr>
<th align="left" scope="row">C.</th><tr>
<th align="left" scope="row">D.</th><tr>
</tr>
</table>
</td>
<td bgcolor=orange align="center" colspan="2" height="200">Bagian isi</td>
<td width="173" height="200" align="center" bgcolor=pink> Menu 2
</td>
</tr>
<tr>
<td width="159" align="center" bgcolor=yellow>Footer kanan</td>
<td width="112" align="center" bgcolor=red>Footer tengah</td>
<td align="center" bgcolor=pink>Footer kiri</td>
<tr>
<td colspan="4" align="center" height="15" bgcolor=cyan> Footer Campuran</td>
</tr>
</table>
</body>
</html>