<div></div>层标签
<span></span>层标签
<p></p>段落
width 宽度
height高度
bgcolor背景颜色
background 背景图片
align 水平对齐
valign 垂直对齐
colspan 合并一行
rowspan合并一列
文本框 <input type="text" name="" value="">
密码<input type="password" name=""value="">
文本域<textarea name="" cols="" rows=""></textarea>文本框拉伸
隐藏域<input type="hidden" name="" id="" value="">
图片按钮<input type="image" value="按钮"
提交<input type="submit" value="提交"
重置<input type="reset" value="重置"
align="right"水平靠右
{{{{{<td align="right"><b>爱好:</b></td>
<td>
<input id="h1" type="checkbox" name="hobby" value="1" />
<label for="h1">旅游</label>
<input id="h2" type="checkbox" name="hobby" value="2" />
<label for="h2">足球</label>
<input id="h4" type="checkbox" name="hobby" value="3" checked="checked" />
<label for="h4">健身</label>
</td>}}}}}
scrolling 滚动条
id选择器 #
class .开头
<div></div>
原文:http://www.cnblogs.com/pipixia12587/p/6694377.html