0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

テーブルのタグについて

Posted at

###テーブルのタグについて
テーブルタグがは料金表や事業の内容などを読者に見せたい時に使うと非常に見やすく、制作の時も便利なタグである。

##tableタグ
tableタグは、中がtableタグであると定義する時に使う。この中にテーブルを書いていく。

##theadタグ
テーブルの上部を記述する時に、使うタグ。

##tbodyタグ
テーブルを書く時に使うタグ。

##tfootタグ
テーブルの下部に記述する時に使うタグ。いつの情報かを記述したりする。

##trタグ
テーブルを書く時にthやtdを囲うタグである。

##thタグ
テーブルの見出しなどに使う。

##tdタグ
テーブルの内容を記述する時に使う。

##details
ユーザーが情報を得たい時に使う。

##summay
detaiilsタグの中に使用して、追加の情報などを見てもらう時に使用する。

##scope属性
タグではないが、rowとcolがありそれぞれ縦列と横列で結びついているということを示す。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?