body {background-color:#98fb98}
h1{ text-align:center;color:orange; }
div{ margin-left:auto; margin-right:auto; width:500px;}
lable,h3{ color:#808000; }
<a href="http://www.miui.com/">
<img src="http://www.downhot.com/guanli/UploadFile/2015-5/20155181023572846.jpg " align="center" width="500" title="哈喽 米粉 大家好"></a>
<form action="form.php" method="post">
姓名:<input type="text" name="name" ><br/><br/>
Q Q:<input type="text" name="QQ" ><br/><br/>
<lable><b>性别:</b></lable>
    <input type="radio" value="男" name="性别" > 男
    <input type="radio" value="女" name="性别" > 女
    <input type="radio" value="保密" name="性别">保密
    <input type="radio" value="不男不女" name="性别"> 不男不女<br/>
<lable><b>爱好:</b></lable>
  <input type="checkbox" value="checkbox1" name="看书"><i>看书</i>
  <input type="checkbox" value="checkbox2" name="登山"><i>登山</i>
  <input type="checkbox" value="checkbox3" name="游泳"><i>游泳</i>
  <input type="checkbox" value="checkbox4" name="旅游"><i>旅游</i><br/><br />
        <input type="checkbox" value="checkbox1" name="性能好,不卡顿"><i>性能好,不卡顿</i><br/>
        <input type="checkbox" value="checkbox1" name="价格亲民,性价比高"><i>价格亲民,性价比高</i><br/>
        <input type="checkbox" value="checkbox1" name="颜值美观,赖看"><i>颜值美观,赖看</i> <br/><br/><br/>
<form action="save.php" method="post" >
<lable>你对小米手机还有什么要提议呢:</lable>
<textarea cols="50" rows="10">在这里输入内容...</textarea>
<input type="submit" value="确定" name="submit" />
<input type="reset" value="重置" name="reset" />