[html] figure tag

이미지 파일만 웹 페이지에 첨부된 것이 아니라, 설명까지 있는 경우에 다음과 같이 사용합니다.

 

<figure>
    <img src="">
    <figcaption>
    blahblah
    </figcaption>
</figure>

'basic > languages' 카테고리의 다른 글

[css] border 사용법  (0) 2019.04.16
[css] multi column 만들기  (0) 2019.04.16
[javascript] 클라이언트 쪽에서 페이지 이동. location.href  (0) 2019.04.16
[javascript] module.exports  (0) 2019.04.16
[javascript] this  (0) 2019.04.16

댓글

Designed by JB FACTORY