HTML 기본 마크업 스타일

Back


1. <hX> 태그 스타일


1.1 <h1> 태그</h1>

1.2 <h2> 태그</h2>

1.3 <h3> 태그</h3>

1.4 <h4> 태그</h4>

1.5 <h5> 태그</h5>
1.6 <h6> 태그</h6>


2. <a>, <p>, <pre>, <span>, <div> 태그 스타일


2.1 <a> 태그</a>, <a href="#"> 태그</a>

2.3 <p>Paragraph</p>

2.4 <pre>Preformatted</pre>
2.5 <span> 태그</span>
2.6 <div> 태그</div>


3. 목록형 태그 스타일


3.1 <ul> <li> 태그 스타일 (Unordered list)


3.2 <ol> <li> 태그 스타일 (Ordered list)

  1. list item 1
  2. list item 2
  3. list item 3

3.3 <dl> <dt> <dd> 태그 스타일 (Definition list)

Definition Term 1 <dt>
Definition Description 1.1 <dd>
Definition Description 1.2 <dd>
Definition Term 2 <dt>
Definition Description 2.1 <dd>
Definition Description 2.2 <dd>


4. 테이블형 태그 스타일

Table Caption
Table Head col1: Table Head col 2 Table Head col 3
Total: 3 rows
Table Head row1: Table Data 1,1 Table Data 1,2
Table Head row2: Table Data 2,1 Table Data 2,2
Table Head row3: Table Data 3,1 Table Data 3,2

Index