例如:CM<sup>2</sup>,其中的2就会以上标形式显示
14、如何实现首行自动缩进?
CSS样式表,实例代码如下:
<style type="css/text">
body,td,a {font-size:9pt}
p {text-indent:18pt}
</style>
15. 怎 样 隐 藏 在 状 态 栏 里 出 现 的LINK 信 息?
----大 家 知 道, 当 你 指 向 一 个 链 接 时, 该 链 接 的 信 息 会 出 现 在 浏 览 器 状 态 栏 里, 如 果 需 要 隐 藏 信 息, 可 以 如 下 设 置:
< a href="net">http://c98.yeah.net" onMouseOver="window.status='none' ;
return true" >test< /a >