- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
table表格(Table form)
table表格(Table form)
The seventh chapter, TABLE form
The category: HTML | published: 2008-8-7 11:17:57 to QQ bookmarks
The table is very extensive in web application, can convenient and flexible layout, many large websites are also using the dynamic table layout form can be, the information elements interconnected centralized positioning, make browsing the page at a glance. So in order to make a good , it is necessary to study the form
7-1 define the basic syntax of a table
In the HTML document, tables are done through table, th, tr, and td tags, as shown in the following table:
Table mark
video tutorials,css.shtml, target=_blank, title =div, video tutorials,div, align=, center tab description
table... /table is used to define the beginning and end of a table
th... /th defines the header cell. The text in the form will be shown in bold and not in the form. The th tag must be placed in the tr tag
tr... /tr defines a row of labels, within a set of rows labels, where multiple sets of cells defined by td or th tags can be created
td... /td defines cell labels, and a set of td tags will build a cell, and the td tag must be placed inside the tr tag
In one of the most basic tables, you must include a set of table tags, a set of tags, tr, and a set of td tags or th.
Example: 7-1.html
HEAD
TITLE, a simple table, /TITLE
/HEAD
BODY
center
table
tr
The first column td in the /td first line
The second column td in the /td first line
The third column td in the /td first line
/tr
tr
The first column td in the /td second line
The second column td in the /td second line
The third column td in the /td second line
/tr
/table
/center
/BODY
/HTML
7-2 (1) form table tag properties
The table tag table has many attributes, and the most commonly used attributes are:
The properties of the table tag
Attribute description
The width of the width table
The height of the height table
The align table is placed horizontally at the page
Background image of background form
The background color of th
您可能关注的文档
- eclipse_web_开发(eclipse web _ _ 开发).doc
- eclipse快捷键及插件使用指南(Eclipse shortcuts and plugins usage guide).doc
- eclipse基本使用方法(Eclipse basic usage).doc
- eclipse图解(eclipse图解).doc
- eclipse快捷键大全(eclipse快捷键大全).doc
- eclipse快捷键调试大全(Eclipse shortcut key debugging Daquan).doc
- ecshop二次开发50个小技巧(ECSHOP two development 50 tips).doc
- eclipse(日食).doc
- eclip快捷键大全(Eclip keyboard shortcuts).doc
- edumon防火墙典型配置().doc
- tcl项目研发的成本控制经验(TCL cost control experience in project research and development).doc
- tco玻璃(TCO glass).doc
- teed技巧收集(teed技巧收集).doc
- tempo跑(Tempo跑).doc
- temps, heure, fois(临时工,阿姆,你).doc
- ssh开发环境搭建(SSH development environment set up).doc
- test--爱情试纸,告诉你爱情ph值、什么样的人适合你(Test-- love test, tell you love pH value, what kind of person is right for you).doc
- the half-chick(半鸡).doc
- the parent trap(天生一对).doc
- the snuff-box(鼻烟盒).doc
文档评论(0)