首页 > 代码库 > 不会起标题。
不会起标题。
taeget="_blank"跳转
self 自己本身页面跳转 、
fotm表单必须填的有action和 method
下拉菜单 select name=s1
<option>年份</option> 单选
select size7 name=s2 multipe="multipe"
<option>年份</option> 多选
<textarea></TEXTAREA>大段文字。不过一般不常用
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<center>用户体验信息表</center><br />
<body topmargin="100px" leftmargin="100px">
<form action="http://www.baidu.com" method="get">
<table height="300px" width="70%"border="0" cellpadding="0" cellspacing="0" align="left">
<tr>
<td>账号</td>
<td><input type="tex" name="txt"></td>
</tr>
<tr>
<td>密码</td>
<td><input type="tex" name="txt"></td>
</tr>
<tr>
<td>姓名</td>
<td><input type="tex" name="txt"></td>
</tr>
<tr>
<td>性别</td>
<td><input type="radio" name="sex" id="q1" value="http://www.mamicode.com/1">
<label for="q1">男</label><br>
<input type="radio" name="sex" id="q2" value="http://www.mamicode.com/2">
<label for="q2">女</label><br></td>
</tr>
<tr>
<td>出生年份</td>
<td><select name="s1">
<option value="http://www.mamicode.com/1990">1990年</option>
<option value="http://www.mamicode.com/1991">1991年</option>
<option value="http://www.mamicode.com/1992">1992年</option>
<option value="http://www.mamicode.com/1993">1993年</option>
<option value="http://www.mamicode.com/1994">1994年</option>
</select><select name="s2">
<option value="http://www.mamicode.com/1">1月</option>
<option value="http://www.mamicode.com/2">2月</option>
<option value=http://www.mamicode.com/>3月
<option value=http://www.mamicode.com/>4月
<option value=http://www.mamicode.com/>5月
</select><select name="s3">
<option value=http://www.mamicode.com/>1日
<option value=http://www.mamicode.com/>2日
<option value=http://www.mamicode.com/>3日
<option value=http://www.mamicode.com/>4日
<option value=http://www.mamicode.com/>5日
</select></td>
</tr>
<tr>
<td>兴趣爱好</td>
<td><input type="checkbox" name="c1" id="y1" value="http://www.mamicode.com/1" />
<label for="y1">看电影</label>
<input type="checkbox" name="c2" id="y2" value="http://www.mamicode.com/2" />
<label for="y2">看书</label>
<input type="checkbox" name="c3" id="y3" value="http://www.mamicode.com/3" />
<label for="y">体育运动</label></td>
</tr>
<tr align="right">
<td></td>
<td><input type="submit" value="http://www.mamicode.com/注册"></td>
</tr>
</table>
</body>
</html>
</body>
</html>
这是关于注册信息插入表格的html文件。小记录一下。
不会起标题。