首页 > 代码库 > 简单页面html
简单页面html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
.emphasis{color: blue; text-decoration: underline;}
</style>
<title>作业</title>
</head>
<body>
<img src="http://www.mamicode.com/ding.png">
<table width="800px" height="300px" >
<td height="100px" width="1000"></td>
<form>
<fieldset>
<legend>第一步:软件下载</legend>
<h5 style="color:red;">通过网页可以直接登陆软件,但为了更好的操作体验,强烈建议下载并安装。
</h5>
<h5>软件下载地址:
<a href="">电信</a>
<a href="">联通</a>(右键为另存为或使用工具下载)
</h5>
</fieldset>
</form>
<form>
<fieldset>
<legend>第二步:填写企业信息</legend>
<h5>※企业名称:<input type="text" maxlegenth="30" style="width:200px"> </h5>
<h5>※所属行业:
<input type="text" maxlength="30" value="http://www.mamicode.com/请选择....">
<select>
<option value="http://www.mamicode.com/geti">个体</option>
<option value="http://www.mamicode.com/nongmin">农民</option>
<option value="http://www.mamicode.com/gongwuyuan">公务员</option>
<option value="http://www.mamicode.com/shangren">商人</option>
</select> (系统会根据行业自动选择版本,请认真选择)
</h5>
<h5>※所在区域:
<select>
<option value="http://www.mamicode.com/beijing">北京</option>
<option value="http://www.mamicode.com/sichuan">四川</option>
<option value="http://www.mamicode.com/hunan">湖南</option>
</select>
<select>
<option value="http://www.mamicode.com/beijing">北京</option>
<option value="http://www.mamicode.com/chengdushi">成都市</option>
<option value="http://www.mamicode.com/hunanshi">湖南市</option>
</select>
<select>
<option value="http://www.mamicode.com/dongchengqu" >东城区</option>
<option value="http://www.mamicode.com/qingniequ">青牛区</option>
<option value="http://www.mamicode.com/beiqu">北区</option>
</select>
<input type="text" maxlength="30">
</h5>
<h5>※联系人:
<input type="text" maxlength="30">
<select>
<option value="http://www.mamicode.com/xiansheng">先生</option>
<option value="http://www.mamicode.com/nvshi">女士</option>
</select>
</h5>
<h5>※联系电话:
<input type="text" value="http://www.mamicode.com/建议输入手机号码">
</h5>
<h5>验证手机:
<input type="text" maxlength="30" <p><span class="emphasis">获取短信验证码,立即使用</span></p>>
</h5>
<h5>短信验证码:
<input type="text" maxlength="30">(如果不使用短信验证,需人工审核后开通试用)
</h5>
<h5>QQ:
<input type="text" maxlength="30">
</h5>
</fieldset>
</form>
<form>
<fieldset>
<legend>第三步:填写软件登录账号及密码</legend>
<h5>※登录账号:
<input type="text" maxlength="30" value="http://www.mamicode.com/可以使用企业简称或拼音字母">
<a href="">检测账号</a>
</h5>
<h5>※管理工号:
<input type="text" maxlength="30" value="http://www.mamicode.com/10000">管理工号默认10000,无需要再次填写,登录时使用
</h5>
<h5>※管理密码:
<input type="text" maxlength="30">
</h5>
<h5>※再次输入密码:
<input type="text" maxlength="30">
</h5>
</fieldset>
</form>
<input type="submit" value="http://www.mamicode.com/提交">
<input type="reset" value="http://www.mamicode.com/返回登录">
</body>
</html>
简单页面html