(例)figcaptionタグの使用方法
See the Pen
figure by linlin (@linlin098765)
on CodePen.
<figure>
<img src="https://www.llc-linlin.com/picture/SEO.jpg" alt="画像の説明文">
<figcaption>SEO効果</figcaption>
</figure>
figcaptionタグとは?-HTML
figcaptionタグは図や表の題目(キャプション)を表記する際に使用します。
図や表の表記についてはfigureタグによって表記します。