HTML代码 scope=

域名百科 2025-07-12 05:45 浏览(0) 评论(0)
- N +

一、HTML代码 scope=

scope 属性 -- 定义了行或列的表头 scope -- 通过此属性可以定义行或列的表头

取值

col -- 定义列表头

row -- 定义行表头

colgroup -- 定义列组的表头信息,是column group的缩写

rowgroup -- 定义行组的表头信息,是row group的缩写

引用网址:

示例

<table width=“80%“> <tr> <th> </th> <th abbr=“com domain“= scope=“col“>.com域名的数量</th> <th abbr=“cn domain“= scope=“col“>.cn域名的数量</th> <th abbr=“net domain“= scope=“col“>.net域名的数量</th> </tr> <tr> <th abbr=“2003s“ scope=“row“>2003</th> <td>1000</td> <td>2000</td> <td>3000</td> </tr> <tr> <th abbr=“2004s“ scope=“row“>2004</th> <td>4000</td> <td>5000</td> <td>6000</td> </tr> <tr> <th abbr=“2005s“ scope=“row“>2005</th> <td>7000</td> <td>8000</td> <td>9000</td> </tr> </table>

说明

scope属性通常可以连接表格数据单元格和表头.

另一种连接表格数据单元格和表头的方法是使用headers属性,此属性通常只使用在表格比较复杂的情况下.

二、windows server 2003怎样加入工作组

2003不可以加

三、怎样把桌面图标的阴影去掉

下面的方法可以解决:

1、右键桌面--排列图标---去掉“在桌面锁定Web项目”的沟

2、鼠标右击我的电脑打开属性-高级-设置在视觉效果里把“调整为最佳外观”里的勾打上:

3、在桌面点击右键 -- 属性 -- 桌面 -- 自定义桌面 -- web -- 将“网页”栏中的“当前主页”以及“http//.”等所有各项前面的勾全部去掉(“http//”为从Internet添加网页或图片的地址,一般不需要,可将它们全部删除),并将下面“锁定桌面项目”前面的勾也去掉,单击确定,OK。

4、把桌面主题换成WINDOWS主题

参考网址: