Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- ucfirst
- date포맷
- 시간계산
- 이전주소
- Javascript
- indexOf
- date
- 세션사용법
- parent of iframe
- accept
- Selector
- JQuery
- strpos
- Meta Tag
- File
- 세션
- 문자열포함여부
- SubString
- 웹프로그래밍
- attr
- 쿠키
- mb_strimwidth
- input
- element추가
- CSS
- disabled
- strtotime
- mysql
- HTML
- php
Archives
- Today
- Total
Heojju
[HTML] details 태그 - 숨겨져있는 추가적 설명 본문
<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를 누르면
다른 스크립트가 없이 태그만으로 레이아웃 변경이 가능해진다.
'웹개발 > HTML' 카테고리의 다른 글
[HTML] input file accept (0) | 2018.05.14 |
---|---|
[HTML] input type='file' accept 속성 (0) | 2017.09.29 |
[HTML] input 속성 readonly / disabled / 차이 (0) | 2017.08.18 |
[HTML] contentEditable (0) | 2017.06.08 |
[HTML] <a> 태그 팝업창 띄우기 / window.open() (0) | 2016.12.14 |