web开发的标签讲解

时间:2013-12-30 08:34:22
【文件属性】:

文件名称:web开发的标签讲解

文件大小:12KB

文件格式:TXT

更新时间:2013-12-30 08:34:22

标签

关于WEB开发标签的讲解,表格 1.定义表格 <table>..........</table> 【1】设定边框的厚度 -- border <table border=点数> 【2】设定格线的宽度 -- cellspacing <table cellspacing=点数> 【3】设定资料与格线的距离 -- cellpadding <table cellpadding=点数> 【4】调整表格宽度 -- width <table width=点数或百分比> 【5】调整表格高度 -- height <table height=点数或百分比> 【6】设定表格背景色彩 -- bgcolor <table bgcolor=#rrggbb> 【7】设定表格边框色彩 -- bordercolor <table bordercolor=#rrggbb>


网友评论