웹개발/HTML
[HTML] details 태그 - 숨겨져있는 추가적 설명
우주별
2017. 10. 24. 09:33
<details>
<summary>SUMMARY</summary>
<p>1. This is paragraph tag</p>
<p>2. All content and graphics on this web site are the property of the company
Refsnes Data.</p>
</details>
.
실행화면
위의 SUMMARY를 누르면
다른 스크립트가 없이 태그만으로 레이아웃 변경이 가능해진다.