<図のキャプション>


HTML <figcaption> タグ

インスタンス

<!DOCTYPE html>
<html>
<head> 
<meta charset="utf-8"> 
<title>php中文网(php.cn)</title> 
</head>
<body>

<p>The Pulpit Rock is a massive cliff 604 metres (1982 feet) above Lysefjorden, opposite the Kjerag plateau, in Forsand, Ryfylke, Norway. The top of the cliff is approximately 25 by 25 metres (82 by 82 feet) square and almost flat, and is a famous tourist attraction in Norway.</p>

<figure>
  <img src="img_pulpit.jpg" alt="The Pulpit Rock" width="304" height="228">
  <figcaption>Fig.1 - A view of the pulpit rock in Norway.</figcaption>
</figure>

</body>
</html>

インスタンスの実行»

[インスタンスの実行] ボタンをクリックしてオンライン インスタンスを表示します


ブラウザのサポート

1000.png

IE 9 、Firefox、Opera、Chrome、Safari は <figcaption> タグをサポートしています。

注: IE 8 以前のバージョンの IE ブラウザは <figcaption> タグをサポートしていません。


タグの定義と使用方法

<figcaption> タグは、<figure> 要素のタイトルを定義します。

<figcaption> 要素は、<figure> 要素の最初または最後の子として配置する必要があります。


HTML 4.01とHTML5の違い

<figcaption>タグはHTML5の新しいタグです。


グローバル属性

<figcaption> タグは HTML グローバル属性をサポートします。


イベント属性

<figcaption> タグは HTML イベント属性をサポートします。