开心网注册_css

<<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>开心网</title>
<style>
.div1{
margin:0px;
padding:0px;
color: gray;
}
.div2{
margin:0px;
padding:0px;
color: green;
}
</style>
</head>
<body>
<form action="user.py" method="post" enctype="multipart/form-data">
<table border='0px' width='0px' align="center" >
<tr>
<td>
<div class="div2" align="center">还没有开心网账号?快来注册一个吧!</div>
</td>
</tr>
<tr>
<td>电子邮箱:
<input type="text" name="username" id="username" size='25' maxlength="25"/></td>
</tr>
<tr><td><div class="div1" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;如果没有邮箱,你可以用<a href="">账号注册</a></div></td></tr>
<tr>
<td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;码:
<input type="password" name="pwd" id="pwd" />
</td>
</tr>
<tr>
<td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;名:&nbsp;<input type="text" name="username1" id="username1" size='20' maxlength="15" />
</td>
</tr>
<tr>
<td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;别: <input type="radio" name="sex" value="1" />
<input type="radio" name="sex" value="2" checked="checked"/>
</td>
</tr>
</tr>
<tr>
<td>
生日:&nbsp;<input type="date" name="date" />
</td>
</tr>
<tr>
<td>&nbsp;&nbsp;在:
<input type="radio" name="gender" value="1" />在工作
<input type="radio" name="gender" value="2" checked="checked"/>在上学
<input type="radio" name="gender" value="3" />其它
</td>
</tr>
<tr>
<td>
居住地:
<textarea name="information" rows='1' cols="25"></textarea>
</td>
</tr>
<tr>
<td align="center"><input type="checkbox" />同意
<a href="#"><font ><a href="">开心网服务条款</a></font></a></td>
</tr>
<tr>
<td>
<input type="submit" style="width:260px;height:50px;text-align: center;background: #63b7cc;font-family: 'Arial Black';font-weight: bold" value='立即注册' />
</td>
</tr>
</table>
</form>
</body>
</html>