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

html操作

怎么在表外面套一个正方形的框
  以表格外边框为准!
HTML code:

<table id="mytable" align="center" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series" >
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>


HTML code:

<div style="border:1px solid #ccc;padding:10px;">
<table id="mytable" align="center" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series" >
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>

</div>



引用
HTML code <divstyle="border:1px solid #ccc;padding:10px;"> <tableid="mytable" align="center"


相关问答:

java applet在html中无法显示

我的java applet 嵌入html后无法显示,而用appletviewer显示正常为什么,还有就是用html converter转化后可以显示,为什么?请大侠赐教!
HTML code:

<HTML>
<HEAD>
<TITLE>TEST.HTML< ......

asp生成html后的调用方法

      我在做一个网站asp的,想生成html,生成后如何调用呢?

如:我当前调用页面是http://192.168.0.100/jdasp/x.asp?cnmai=1795 ,生成的是x1795.html文件,
    如何在调用x ......

如果在html头部加上一段JavaScript代码,会发生什么?

如题所示,处于某种需要,需要(无法改变)在html最头端加上一段JavaScript代码。可是加上之后就影响了页面的显示,有没有哪种办法可以避免这种情况的

如下所示,原来的htmlHTML code:
<!DOCTYPE html P ......

div和html能混合使用吗

div和html能混合使用吗,如何使用,给出实例

DIV 就是HTML标签嘛。。

你是想说HTML标签可以像DIV一样用吧。。?

可以哈 块级的HTML标签都可以用DIV的宽高浮动定位等样式。 但是必须注意嵌套不 ......

关于html转义, 有点棘手, 高手进


  转义字符
 
  空格 用 &nbsp;

  那回车用什么 ? 
以上说的都是 <textarea>里的内容,空格, 回车



还是用&nbsp;

- -说错了。是用 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号