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 theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

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 theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

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 theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

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 theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Rabu, 21 November 2012

latihan form

<html>
<head>
<title>latihan form</title>
<body>
<h3><p align="center">SIGN IN</p></h3>
<form method="post">
<table border="0" align="rigth" width="750">
<tr>
<td width="70">Nama</td>
<td width="10">:</td>
<td width="30"><input type="text" name="nama" size="20"></td>
</tr>
<tr>
<td width="70">Alamat</td>
<td width="10">:</td>
<td width="30"><input type="text" value="Jl." name="alamat" size="30"></td>
</tr>
<tr>
<td width="70">Email</td>
<td width="10">:</td>
<td width="30"><input type="text" name="email" size="20"></td>
</tr>
<tr>
<td width="70">Website</td>
<td width="10">:</td>
<td width="30"><input type="text" value="http://" name="pg" size="30"></td>
</tr>
<tr>
<td width="70" valign=top>Hobiku</td>
<td width="10" valign=top>:</td>
<td width="30"><input type="radio" value="renang" name=olahraga checked>olahraga<br>
<input type="radio" value="main game" name=makan>Makan<br>
<input type="radio" value="jalan-jalan" name="tidur">Tidur<br></td>
</tr>
</table>
<p align="center">
<input type="submit" value="kirim" name="b1">
<input type="reset" value="batal" name="b2">
<hr>
</form>
</body>
</html>