인터렉티브 태그

김수정·2020년 3월 18일
0

HTML 끝내기

목록 보기
9/10

마지막으로.. IE하고는 인연이 없지만 새롭게 보이는 태그들입니다.

details & summary

<details>
    <summary>Details</summary>
    Something small enough to escape casual notice.
</details>

dialog

<dialog open>
  <p>Greetings, one and all!</p>
</dialog>
profile
정리하는 개발자

0개의 댓글