imgタグ
#HTML
画像埋め込み要素
code:html
<img
class="fit-picture"
src="/media/cc0-images/grapefruit-slice-332-332.jpg"
alt="Grapefruit slice atop a pile of other slices" />
src : 必須 画像のパス
alt : 画像の説明 読み上げられる
参考: https://developer.mozilla.org/ja/docs/Web/HTML/Element/img