ページにスケルトンHTMLの<table>
タグを挿入する際に使用します。
<table cellspacing="2" cellpadding="1" border="1" width="100%">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
alt
src
longdesc
その他
id
、class
(ドキュメント全体の識別子)lang
(言語情報)
title
(要素のタイトル)style
(インライン・スタイル情報)onclick
、ondblclick
、onmousedown
、onmouseup
、onmouseover
、onmousemove
、onmouseout
、onkeypress
、onkeydown
、onkeyup
(組込みイベント)bgcolor
(背景色)cellspacing
、cellpadding
(セル・マージン)frame
、rules
、border
(枠線および規則)すべてのHTML要素属性の詳細は、次のURLの属性説明を参照してください。http://www.w3.org/TR/html401/
この要素およびすべてのHTML要素の詳細は、次のURLの「W3C HTML 4.01 Specification」を参照してください。
http://www.w3.org/TR/html401/
Copyright © 1997, 2009, Oracle. All rights reserved.