Selasa, 04 Oktober 2011

prak5(Form MAHASISWA)

<html>
    <head>
        <title>FORM</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body background="chibi_deathnote.jpg">
        <div><center><table border="0.1" width="50%">
                    <center><blink><font size="10" color="red" face="comic sans ms">Form Mahasiswa</font> </blink></center>
                <form name="abc" action="aa.php" method="POST">
                <tr>


                    <td width="30%">NIM</td>    
                    <td><input type="text" name="NIM" value="" size="14"></input></td></tr><br>
               
               
                <tr>
                    <td width="30%">NAMA</td>   
                    <td><input type="text" name="NAMA" value="" size="30"></input></td></tr><br>
               
                <tr>
                    <td width="30%">ALAMAT</td> 
                    <td><input type="text" name="ALAMAT" value="" size="50"></input><br></br></td></tr>
               
                <tr>
                    <td width="30%">JURUSAN</td>
                    <td><select name="JURUSAN">
                    <option>TEKNIK INFORMATIKA</option>
                    <option>SISTEM INFORMASI</option>
                    <option>MANAJEMEN INFORMATIKA</option>
                    <option>KOMPUTERISASI AKUNTANSI</option>
                    <option>TEKNIK KOMPUTER</option>
                </select>
                        </td></tr>
                </form></table></center>
            <center><table border="0.1" width="50%">
                <tr>
                    <td width="25%">JENIS KELAMIN</td>
                <td width="10%"><input type="radio" name="jenis" value="Laki - Laki"></input>Laki - Laki</td><br>
                <td width="10%"><input type="radio" name="jenis" value="Perempuan"></input>Perempuan</td><br>
                <tr><td width="5%"><input type="submit" value="OKE" name="OK"></input></td>
                </tr>
                </tr>
                    </br></br>
            </table></form></tr></div>
    </body>
</html>

Tidak ada komentar:

Posting Komentar