HTML div 태그

Jmnote (토론 | 기여)님의 2014년 5월 20일 (화) 22:04 판 (새 문서: ==개요== ;HTML div tag ;HTML <div> 태그 *HTML 문서의 구획 요소 중 가장 흔히 사용하는 것 <source lang='html5'> <div style="color:#0000FF"> <h3>This is a heading...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

HTML div tag
HTML
태그
  • HTML 문서의 구획 요소 중 가장 흔히 사용하는 것
<div style="color:#0000FF">
  <h3>This is a heading</h3>
  <p>This is a paragraph.</p>
</div>

2 같이 보기

3 참고 자료

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