3
2

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 5 years have passed since last update.

HTML5 で画像の figure caption(figcaption タグ)

Last updated at Posted at 2016-07-09

こんにちは。
html5 で、画像に対して figure caption を付け、加えて画像の幅に対して折り返し・センタリングする方法を調べました1

<figure style="text-align:center;display:table;width:1px;" >
<img src="http://qiita.com/icons/favicons/public/apple-touch-icon.png" width="120"/>
<figcaption style="font-size:small;">画像埋め込み 画像埋め込み</figcaption>
</figure>
qiita.jpg
  1. 参考「HTMLで画像に説明(Caption)を付けるならfigureタグを使えばよかった

3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?