Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

No.

1
<html><body>
<table width="406" border="1">
<tr>
<th width="25" rowspan="2">No
<th width="60" rowspan="2"">NAMA
<th width="62" rowspan="2"ol">KELAS
<th height="35" colspan="3">MATA PELAJARAN
</tr>
<tr>
<th width="58"><center>MTK</center>
<th width="58"><center>IPA</center>
<th width="103" height="23"><center>B. INGGRIS</center>
</tr>
</table>
</body></html>

No. 2
<html><body>
<p>Jenis Kendaraan</p>
<ul>
<li>NIPU</li>
<li>SEDAN</li>
<li>JEEP</li>
</ul>
</body></html>

No. 3
<html><body>
<center><h1>BIODATA</h1>

<table width="346" height="96">


<tr>
<td width="73" height="21">Nama
<td width="9">:
<td width="184"><input type="text" name="nama" size="30" maxlength="30" />
<tr>
<td height="21"><p align="justify">Kelas
<td width="9">:
<td><input type="text" name="nama2" size="30" maxlength="30" />
</tr>
<tr>
<td height="21">Jenis Kelamin
<td>:
<td>
<input type="radio" name="jk" value="Laki-laki" />Cowok
<input type="radio" name="jk" value="Perempuan" />Cewek
</tr>
<tr>
<td height="21" colspan="2">
<td colspan="3">
<input type="SUBMIT" name="INPUT" value="INPUT" />
<input type="SUBMIT" name="DIULANG" value="DIULANG" />
</tr>
</table></center>
</body></html>

CORRECT ME IF IM WRONG !!

You might also like