html "figure , figcaption"

yricog·2021년 10월 8일
  • figure : 이미지와 텍스트를 묶음
  • figcaption : 이미지에 들어가는 캡션(사진 등에 붙이는 설명)
<figure>
      <img src="./images/해돋이.png" alt="해돋이">
      <figcaption>&lt;바다와 해돋이&gt;</figcaption>
</figure>


Entity code

&lt; = <
&gt; = >
profile
의미와 가치를 쫓는 개발자 ✨

0개의 댓글