- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
建立表格 2013秋期 table border caption表格标题/caption tr th表头单元格/th th表头单元格/th …… /tr tr td数据单元格/td td数据单元格/td …… /tr …… /table Align:left 、center(默认)、right Valign:top (默认)、bottom 表格边框的粗细,不指定其值 默认为1 省略属性或值为0时不显示边框 一般位于首行或首列,内容以粗体显示 创建表格基本格式: table border caption表格标题/caption tr th表头单元格/th th表头单元格/th …… /tr tr td数据单元格/td td数据单元格/td …… /tr …… /table Align:left 、center(默认)、right Valign:top (默认)、bottom caption 学生成绩/caption caption valign=bottom学生成绩/caption caption valign=bottom align=left学生成绩/caption table border caption表格标题/caption tr th表头单元格/th th表头单元格/th …… /tr tr td数据单元格/td td数据单元格/td …… /tr …… /table Align:left 、center(默认)、right Valign:top (默认)、bottom 一般位于首行或首列,内容以粗体显示 tr th学号/th th姓名/th th性别/th th语文/th th数学/th th英语/th /tr tr ttd td李丽/td td女/td td86/td td80/td td75/td /tr table border caption valign=bottom align=left学生成绩/caption tr th学号/th th姓名/th th性别/th th语文/th th数学/th th英语/th /tr tr ttd td李丽/td td女/td td86/td td80/td td75/td /tr /table 属性 功能 width 宽度(像素、百分比) Height 高度 Align 水平对齐方式 bgcolor 背景颜色 background 背景图片 border 边框宽度 bordercolor 边框颜色 cellspacing 单元格之间的间距 cellpadding 单元格内容与单元格边界距离 table标记常用属性 属性 功能 Height 行的高度 Align 行内容的水平对齐方式 valign 行内容的垂直对齐方式 bgcolor 行的背景颜色 bordercolor 行的边框颜色 tr标记常用属性 属性 功能 width 单元格的宽度(像素、百分比) Height 单元格的高度 Align 单元格的水平对齐方式 valign 单元格的垂直对齐方式 bgcolor 单元格的背景颜色 background 单元格的背景图片 bordercolor 单元格的边框颜色 rowspan 单元格列内合并的行数 colspan 单元格行内合并的列数 th和td标记常用属性 #d0e5ff #e6e9ee #c8d6e8 边框线:表格边框无,设置表格背景颜色#6083AF,单元格间距为1。 #11509e table bgcolor=6083af cellspacing=1 captionfont color=#11509ebu学生基本信息/u/b/font/caption tr height=30 align=center bgcolor=#d0e5ff th width=100学号/th th width=100姓名/th th width=60性别/th th width=80民族/th th width=120政治面貌/th /tr tr height=25 align=center bgcolor=#e6e9ee ttd td李萍/td td女/td td汉/td td团员/td /tr
文档评论(0)