表格 表单

Posted 如果能够

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了表格 表单相关的知识,希望对你有一定的参考价值。

<table border="没有标记border时看不到边框" bgcolor="表格背景颜色">

<tr>行

<td>列</td></tr>

<form method="get" action="http://www.sina.com" name="tj"><input type="submit" name="提交">点击提交按钮时可跳转</input></form>

重置<input type="reset"></input>

<input type="text" name="yhm">用户名</input>

<input type="password" name="mima">密码</input>

<input id="sex0" type="radio" name="sex" value="0" checked="checked"><label for="sex0">单项选择以及默认以及手残患者专用</label></input>

<a>三种用法1.链接   2.下载   3.锚点

<h1>最大标题</h1><h6>最小标题</h6>

<p></p>段落

id:是唯一的    不能出现重复   一般不用数字符号开头

name:不是唯一的   可以多个

class:类   一类的放到一起

下拉框<select name="year"><option value="2011" selected="selected"默认值>2011</option><select>

<input id="h1" type="checkox" name="hobby" value="1"><label for="h1"></label></input>复选

<textarea name="b"></textarea>文本域

 

以上是关于表格 表单的主要内容,如果未能解决你的问题,请参考以下文章

html中表格与表单的问题

如何在表单内插入表格

html 怎么样在表格内插入表单

html5中怎样把表格和表单合并

HTML网页制作:插入表单

HTMLHTML 注册表单案例 ① ( 表格设置 | 设置表格位置和大小 | 设置表格标题 | 表单设置 | 表格中设置单选按钮 )