编辑代码

 <html>
<body>
<table width="670" border="0">
  <tr>
    <td colspan="2"><div align="center">
      <h1>生韻琪</h1>
    </div></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td width="64">用户名</td>
    <td colspan="2"><label>
      <input type="text" name="textfield" />
    </label></td>
  </tr>
  <tr>
    <td>密码</td>
    <td colspan="2"><label>
      <input type="password" name="textfield2" />
    </label></td>
  </tr>
  <tr>
    <td>性别</td>
    <td width="44"><label>
        <input type="radio" name="radiobutton" value="radiobutton" />
      </label></td>
    <td width="548"><label>
        <input type="radio" name="radiobutton" value="radiobutton" />
      </label></td>
  </tr>
  <tr>
    <td height="36">爱好</td>
    <td colspan="2"><label>
      <input type="checkbox" name="checkbox" value="checkbox" />
      唱歌</label>
        <input type="checkbox" name="checkbox2" value="checkbox" />
      跳舞
      <input type="checkbox" name="checkbox3" value="checkbox" />
      运动
      <input type="checkbox" name="checkbox4" value="checkbox" />
      听音乐
      <input type="checkbox" name="checkbox5" value="checkbox" />
      看书
      <input type="checkbox" name="checkbox6" value="checkbox" />
      其他</td>
  </tr>
  <tr>
    <td>自我简介</td>
    <td colspan="2"><label>
      <textarea name="textarea"></textarea>
    </label></td>
  </tr>
  <tr>
    <td>电子邮件</td>
    <td colspan="2"><form id="form1" name="form1" method="post" action="">
      <label>
        <input type="text" name="textfield3" />
        </label>
    </form>    </td>
  </tr>
  <tr>
    <td colspan="2">更多描述</td>
    <td><form id="form3" name="form3" enctype="multipart/form-data" method="post" action="">
      <label>
        <input type="file" name="file" />
        </label>
    </form>    </td>
  </tr>
  <tr>
    <td colspan="3"><input type="submit" name="Submit" value="提交" />
    <input type="reset" name="Submit2" value="重置" /></td>
  </tr>
</table>
</body>
</html>