This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Tampilkan postingan dengan label Tugas Kelas. Tampilkan semua postingan
Tampilkan postingan dengan label Tugas Kelas. Tampilkan semua postingan

Jumat, 24 Maret 2017

Form Pendaftaran

LATIHAN MEMBUAT FORM PENDAFTARAN DENGAN HTML

Syntax Html :
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<table border="1" width="80%" align="center">
<tr>
<td colspan=2><img src="kampus.jpg" width="100%" height="80px"></td>
</tr>
<tr>
<td width="20%">
      <tr>
      <td bgcolor="yellow">
      <ul>
      <li><a href=#>HOME</a></li>
      <li><a href=#>PENDAFTARAN</a></li>
      <li><a href=#>ABOUT ME</a></li>
      </ul>
      </td>
</td>
<td bgcolor="blue"><center>FORM PENDAFTARAN</center>
<form>
    Nama : <br> <input type="text" name="nama" width="80px"><br><br>
    Alamat : <br> <textarea rows=4 cols=40></textarea><br><br>
    Email : <br> <input type="email" name="email"><br><br>
    Agama : <br> <input type="radio" name="agama" checked>Islam
    Jenis kelamin : <br>
        <input type="radio" name="agama">Kristen
        <input type="radio" name="agama">Hindu
        <input type="radio" name="agama">Buddha <br><br>
        <input type="radio" name="sex" checked> Laki-laki
        <input type="radio" name="sex"> Perempuan
</td>
</form>
</td>
</tr>
<tr>
<td colspan=2 align="center" bgcolor="0093DI">Program studi Teknik informatika universitas ahmad dahlan
</tr>
</table>
</body>
</html>
UNTUK TAMPILANNYA: