2、表格和表单.ppt

  1. 1、本文档共43页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
2、表格和表单

表格和表单 用 HTML 代码创建表格 创建表单 使用框架 表格 创建表格 表格的标题 表格在页面中的对齐/布局 表格内文字的对齐/布局 tr align=# th align=# #=left, center, right td align=# 例子: table border width=160 tr thFood/ththDrink/ththSweet/th tr td align=“left”A/td td align=“center”B/td td align=“right”C/td /table 表格内文字的对齐/布局 tr valign=# th valign=# #=top, middle, bottom, baseline td valign=# table border height=100 tr thFood/ththDrink/th thSweet/ththOther/th tr td valign=topA/td td valign=middleB/td td valign=bottomC/td td valign=baselineD/td /table 合并单元格(跨列) 合并单元格(跨行) 代码阅读 TABLE width=200 border=1 align=center CAPTION align=bottom我的表格/CAPTION TR bgcolor=yellow TH1/TH TH2/TH /TR TR align=center TD rowspan=23/TD TD align=right4/TD /TR TR TD align=right5/TD /TR /TABLE 表格的背景色和尺寸设置 表格边框色彩的亮度控制 IEOnly table bordercolorlight=# table bordercolordark=# 例子: table cellspacing=5 border=5 bordercolorlight=White bordercolordark=Maroon trthFood/ththDrink/ththSweet/th trtdA/tdtdB/tdtdC/td /table 表格中的空单元格 table border=1 tr tdrow 1, cell 1/td tdrow 1, cell 2/td /tr tr tdrow 2, cell 1/td td/td /tr /table 表格中的空单元格 为了避免这个,可以在空单元格里加入不可分空格来占位,这样边框能正常显示。 table border=1 tr tdrow 1, cell 1/td tdrow 1, cell 2/td /tr tr tdrow 2, cell 1/td tdnbsp;/td /tr /table 表格的边框 html body h4This table has no borders:/h4 tabletr td100/td td200/td td300/td /tr/table h4And this table has no borders:/h4 table border=“1tr td100/td td200/td td300/td /tr/table /body /html Cellpadding属性 cellpadding属性在表格内容和边框之间留出更多空白 html body h4With cellpadding:/h4 table border=1 cellpadding=10 tr tdFirst/td tdRow/td /tr tr tdSecond/td tdRow/td /tr /table /body /html Cellspacing属性 cellspacing属性来增加单元格间距 html body h4With cellspacing:/h4 table border=1 cellspacing=10 tr tdFirst/td tdRow/td /tr tr tdSecond/td tdRow/td /tr /table /body /html 应用Cellpadding和Cellspa

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档