목차
div 태그
- HTML 요소 그룹화하는 데 사용
- 시각적 표현 없음
- 사용자 정의 스타일 적용할 때 유용
<div>
<h2>This is a heading in a div element</h2>
<p>This is some text in a div element.</p>
</div>
'Front-end > HTML' 카테고리의 다른 글
[HTML] 테이블 태그(1) - <table>, <tr>, <td>, <th>, <tbody>, <thead>, <tfoot> (0) | 2023.09.06 |
---|---|
[HTML] 비디오 태그 - <video> (0) | 2023.09.05 |
[HTML] 입력 필드 태그 - <input> (0) | 2023.04.08 |
[HTML] 주석 달기 (0) | 2023.03.17 |
[HTML] 다른 웹 페이지 삽입 태그 - <iframe> (0) | 2023.03.17 |