"HTML div 태그"의 두 판 사이의 차이

(새 문서: ==개요== ;HTML div tag ;HTML <div> 태그 *HTML 문서의 구획 요소 중 가장 흔히 사용하는 것 <source lang='html5'> <div style="color:#0000FF"> <h3>This is a heading...)
 
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 22개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;HTML div tag
;HTML div tag
;HTML <div> 태그
;HTML <nowiki><div></nowiki> 태그
* "division" {{해석|구획, 부분}}
*HTML 문서의 구획 요소 중 가장 흔히 사용하는 것
*HTML 문서의 구획 요소 중 가장 흔히 사용하는 것
*[[a 태그]]로 감싸서 링크를 만들 수 있음


<source lang='html5'>
<syntaxhighlight lang='html' run>
<div style="color:#0000FF">
<div style="color:#0000FF">
   <h3>This is a heading</h3>
   <h3>This is a heading</h3>
   <p>This is a paragraph.</p>
   <p>This is a paragraph.</p>
</div>
</div>
</source>
</syntaxhighlight>
<syntaxhighlight lang='html' run outheight='200'>
<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>
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[DIV 같은 높이]]
*[[DIV 같은 높이]]
*[[DIV 세로 중앙]]
*[[DIV 세로 중앙]]
*[[HTML span 태그]]
*[[HTML table 태그]]
*[[HTML header 태그]]
*[[HTML 주요 태그]]
*[[HTML5 시맨틱 태그]]
*[[HTML5 콘텐츠 모델]]
*[[HTML div 대각선 넣기]]
*[[HTML div 2단 분할]]
*[[HTML div 3개 한줄로 배열 (왼쪽-가운데-오른쪽)]]
*[[부트스트랩 .well]]


==참고 자료==
==참고==
*http://en.wikipedia.org/wiki/Span_and_div
*http://en.wikipedia.org/wiki/Span_and_div
*http://www.w3schools.com/tags/tag_div.asp
*http://www.w3schools.com/tags/tag_div.asp


[[분류: HTML]]
[[분류: HTML 태그]]

2021년 4월 27일 (화) 23:45 기준 최신판

1 개요[ | ]

HTML div tag
HTML <div> 태그
  • "division" → 구획, 부분
  • HTML 문서의 구획 요소 중 가장 흔히 사용하는 것
  • a 태그로 감싸서 링크를 만들 수 있음
<div style="color:#0000FF">
  <h3>This is a heading</h3>
  <p>This is a paragraph.</p>
</div>
<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 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}