<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="Son Sieu Nhan" /><ins></ins>
<meta name="keyword" content="Tuoi tre dong anh"/>
<title>Register Form</title>
</head>
<body>
<center><font size="+5"><b></b>Register FORM Design by HTML </b></font></center><br /><br />
<form onsubmit="return" id="register" method="post" >
<!-- User, pw, retype pw -->
<table width="500" align="center">
<hr width="500"/>
<tr>
<td width="200">Username</td>
<td width="200"><input name="field1" id="user" /> <font color="red"><b>*</b></font></td>
</tr>
<tr>
<td width="200">Password</td>
<td width="200"><input name="field2" id="pw" type="password" size="21" /> <font color="red"><b>*</b></font></td>
</tr>
<tr>
<td>Retype Password</td>
<td width="200"><input name="field3" id="rpw" type="password" size="21"/> <font color="red"><b>*</b></font></td>
</tr>
</table>
<!-- Company, Address, Tel, About -->
<table width="500" align="center">
<hr width="500" />
<tr>
<td width="200">Company</td>
<td width="200"><input name="field4" id="company"/><font color="red"><b>*</b></font></td>
</tr>
<tr>
<td width="200">Adress</td>
<td width="200"><input name="field5" id="adress" /><font color="red"><b>*</b></font></td>
</tr>
<tr>
<td>Tel Number</td>
<td width="200"><input name="field6" id="tel" /><font color="red"><b>*</b></font></td>
</tr>
<tr>
<td width="200">About</td>
<td width="200"><textarea></textarea></td>
</tr>
</table>
<!--Full name,position, email, tel -->
<table width="500" align="center">
<hr width="500"/>
<tr>
<td width="200">Full name</td>
<td width="200"><input name="field7" id="name" /><font color="red"><b>*</b></font></td>
</tr>
<tr>
<td width="200">Position</td>
<td width="200"><input name="field8" id="position" /><font color="red"><b>*</b></font></td>
</tr>
<tr>
<td width="200">Email</td>
<td width="200"><input name="field9" id="email" value="@gmail.com" /><font color="red"><b>*</b></font></td>
</tr>
<tr>
<td>Tel Number</td>
<td width="200"><input name="field10" id="ctel" /><font color="red"><b>*</b></font></td>
</tr>
</table>
<hr width="500" />
<table width="500" align="center">
<input type="submit"/>
<input type="reset"/>
</table>
</form>
</body>
</html>