HTML&CSS

caption-side

HTML&CSS

caption-side

caption-side プロパティ

テーブルタイトルの表示位置を指定

・主なスタイル値

top:
表の上に表示

bottom:
表の下に表示

(例)
■html

<table border="1">
<caption>CAPTION TITLE</caption>
<tr>
<td>001</td>
<td>Layout Rule1</td>
</tr>
<tr>
<td>002</td>
<td>Layout Rule2</td>
</tr>
</table>

■css

caption {
color: #000;
caption-side: top;
}

関連記事

T-shirt&General goods

関連アイテムはまだありません。

image

HTMLやCSSのメモブログです。

Theme archive
Archive
Tag



toppage
PAGE TOP