易截截图软件、单文件、免安装、纯绿色、仅160KB

html表格边线显示


<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
 
</title>
</head>
<body>
   <table width="100%" border="1" cellpadding="0" bordercolorlight="#999999" bordercolordark="#FFFFFF"
               cellspacing="0" align="center">
  <tr>
   <td>1234</td>
<td>1234</td>
  </tr>
 <tr>
   <td>1234</td>
<td>1234</td>
  </tr>
   </table>
</body>
</html>


相关文档:

html object使用

HTML中object标签的详细用法 收藏
网页用的嵌入脚本,用来播放flash文件的,object是指对象的意思
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="780" height="160">
这句说明了所使用 ......

最全的HTML特殊字符列表


'  &#160; &nbsp; Nonbreaking space
¡ &#161; &iexcl; Inverted exclamation
¢ &#162; &cent; Cent sign
£ &#163; &pound; Pound sterling
¤ &#164; &curren; General currency sign
¥ &#165; &yen; Yen sign
¦ &#1 ......

HTML中锚的使用

例如 ::
A  B  C  D
<a herf="index.asp#a1">A </a>
<a herf="index.asp#a2">B </a>
<a herf="index.asp#a3">C</a>
<a herf="index.asp#a4">D </a>
<a id="a1"></a>
<a id="a2"></a>
<a id="a3"></a>
< ......

Windows XP下恢复html,mht和mhtml文件的默认图标

Windows XP下恢复html,mht和mhtml文件的默认图标
由于电驴偷偷安装了遨游浏览器,致使html图标都变成了 遨游  的图标,看着很不顺眼,卸掉遨游,修改关联选项,发现不能恢复正常,一气之下,修改注册表!!!结果发现html文件现在什么图标都没了,虽然打开没问题但看上去太别扭了。郁闷,问题搞大了!
百度了一下,发 ......

HTML中的Frame与Iframe框架属性

Frame框架现已不怎么常用,给个例子以展示其属性。
frame例子:
<frameset cols="50%,*">
<noframes>
<body>
Sorry,your explorer doesn't support the frame...
</body>
</noframes>
<frame name="left" src="left.html">
<frameset rows="*,30%">
<frame name=" ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号