Senin, 28 Agustus 2017

Percobaan 2


Buat file dengan Netbeans seperti contoh dibawah ini :

<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
--><html>
<head>
            <style>
.tengah{
margin:auto;
width:50%;
border:3px solid brown;
padding:10px;
}
</style>
</head>
<body>
<div class="tengah">
<h1>FORM MABA</h1>
<div>
            <label>Nama</label>
            <input type="text"/>
</div>
<div>
           <label>Alamat</label>
           <input type="text"/>
</div>
<div>
           <label>RT</label>
           <input type="text"/>
           <label>RW</label>
           <input type="text"/>
</div>
<div>
           <label>Sekolah</label>
           <input type="text"/>
           <input type="button" value="Cari"/>
</div>
<div>
           <input type="button" value="Proses"/>
</div>
</body>
</html>

Simpan lalu buka dengan browser dan hasilnya :

Tidak ada komentar:

Posting Komentar