1 개요[ | ]
- HTML div tag
- HTML <div> 태그
- "division" → 구획, 부분
- HTML 문서의 구획 요소 중 가장 흔히 사용하는 것
- a 태그로 감싸서 링크를 만들 수 있음
html
Copy
<div style="color:#0000FF">
<h3>This is a heading</h3>
<p>This is a paragraph.</p>
</div>
html
Copy
<a href='http://zetawiki.com'><div style="width:50px; height:50px; background-color:red"></a></div>
<div style="width:50px; height:50px; background-color:blue"></div>
<div style="width:50px; height:50px; background-color:green"></div>
2 같이 보기[ | ]
- DIV 같은 높이
- DIV 세로 중앙
- HTML span 태그
- HTML table 태그
- HTML header 태그
- HTML 주요 태그
- HTML5 시맨틱 태그
- HTML5 콘텐츠 모델
- HTML div 대각선 넣기
- HTML div 2단 분할
- HTML div 3개 한줄로 배열 (왼쪽-가운데-오른쪽)
- 부트스트랩 .well