Selasa, 17 April 2012

Membuat situs profil



Source Code
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Praktikum_PW_Pluq 7</title>
</head>
<body >
<table width="650" border="0">
<tbody><tr>
<td valign="top" width="140">Nama</td>
<td valign="top" width="6"> :</td>
<td colspan="4"><form id="form2" name="form2" method="post" action="">
<label>
<input name="tNama" id="tNama" type="text">
</label>
</form></td>
</tr>
<tr>
<td valign="top">Password</td>
<td valign="top"> :</td>
<td colspan="4"><form id="form14" name="form14" method="post" action="">
<label>
<input name="tPass" id="tPass" type="password">
</label>
</form></td>
</tr>
<tr>
<td valign="top">Age Range</td>
<td height="29" valign="top"> :</td>
<td colspan="4"><form id="form4" name="form4" method="post" action="">
<label>
<select name="Age" id="Age">
<option selected="selected">16-30</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="25">26</option>
<option value="27">27</option>
<option value="27">28</option>
<option value="29">29</option>
<option value="30">30</option>
</select>
</label>
</form></td>
</tr>
<tr>
<td colspan="9">Life story :</td>
</tr>
<tr>
<td colspan="9"><form id="form1" name="form1" method="post" action="">
<label>
<textarea name="tArea" id="tArea" cols="73" rows="5">Enter Your Life Story Here</textarea>
</label>
</form> </td>
</tr>
<tr>
<td colspan="2" valign="top" align="left">Your Favorite sport</td>
<td valign="bottom" width="90" align="left"><form id="form5" name="form5" method="post" action="">
<label>
<input name="radio" id="polo" value="polo" type="radio">
polo</label>
</form> </td>
<td valign="bottom" width="113" align="left"><form id="form6" name="form6" method="post" action="">
<label>
<input name="radio" id="Tennis" value="Tennis" type="radio">
Tennis</label>
</form> </td>
<td valign="bottom" width="113" align="left"><form id="form7" name="form7" method="post" action="">
<label>
<input name="radio" id="Cricket" value="Cricket" type="radio">
Cricket</label>
</form> </td>
<td valign="bottom" width="90" align="left"><form id="form8" name="form8" method="post" action="">
<label>
<input name="radio" id="baseball" value="baseball" type="radio">
baseball</label>
</form> </td>
</tr>
<tr>
<td colspan="2" valign="top" align="left">Longuage you choose</td>
<td valign="bottom" width="90" align="left"><form id="form9" name="form9" method="post" action="">
<label>
<input name="PHP" id="PHP" type="checkbox">
PHP</label>
</form> </td>
<td valign="bottom" width="113" align="left"><form id="form10" name="form10" method="post" action="">
<label>
<input name="C++" id="C++" type="checkbox">
C++</label>
</form> </td>
<td valign="bottom" width="113" align="left"><form id="form11" name="form11" method="post" action="">
<label>
<input name="Pascal" id="Pascal" type="checkbox">
Pascal</label>
</form> </td>
<td valign="bottom" width="90" align="left"><form id="form12" name="form12" method="post" action="">
<label>
<input name="Java" id="Java" type="checkbox">
Java</label>
</form> </td>
</tr>
<tr>
<td colspan="6"><form id="form13" name="form13" method="post" action="">
<label>
<input name="Submit" id="Submit" value="Submit Query" type="submit">
</label>
</form> </td>
</tr>
</tbody></table>
</body></html>

Output

Tidak ada komentar:

Posting Komentar