用户注册
<div class="text">
<h2>用户注册表</h2>
<form action="zc.php" method="post">
<div>
<label for="user">用户名:</label>
<input type="text" id="user" name="username" placeholder="请输入您的用户名" autofocus>
</div>
<div>
<label for="psw">密码:</label>
<input type="password" id="pse" name="password" placeholder="请输入您的密码">
</div>
<div>
<label for="iph">手机号:</label>
<input type="text" id="iph" name="iphne" placeholder="请输入您的手机号码">
</div>
<div>
<label for="eml">邮箱:</label>
<input type="text" id="eml" name="email" placeholder="请输入您的邮箱">
</div>
<div>
<label for="adr">联系地址:</label>
<input type="text" id="adr" name="addre" placeholder="请输入您的地址">
</div>
</form>
</div>
效果图
简单的后台首页
<div class="text2">
<ul>
<li class="item1"><a href="http://www.baidu.com" target="content">百度</a></li>
<li class="item2"><a href="http://www.taobao.com" target="content">淘宝</a></li>
<li class="item3"><a href="www.jd.com" target="content">京东</a></li>
<li class="item4"><a href="http://php.cn" target="content">PHP中文网</a></li>
<li class="item5"><a href="www.sina.cn" target="content">新浪</a></li>
</ul>
<iframe name="content" frameborder="1" width="800" height="500">
</iframe>
</div>