<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>HTML 태그 정리 : 50가지 정도...</title>
</head>
<body>

<br /> : 줄바꿈

<p></p> : 문단(단락)구분. 2줄 바꿈

<h1></h1> <h6></h6> : 제목 크기

<a></a> : 링크

<address></address> : 주소. 이탤릭체

<b></b> : 볼드체

<blockquote></blockquote> : 한단계 들여쓰기

<center></center> : 가운데 정렬

<cite></cite> <code></code> <dfn></dfn> <var></var> : 인용구문

<div></div> <span><span> : 많이 쓰임

<dl></dl> <dt></dt> <dd></dd>: 용어 정의

<em></em> <strong></strong> : 강조

<form> <input /> <select> <optgroup> <option></option> </optgroup> </select> <textarea></textarea> </form> : '폼' 관련

<hr /> : 수평선

<i></i> <u></u> <s></s> <sub></sub> <sup></sup> <tt></tt> : 이텔릭체, 밑줄, 취소선, 아랫첨자, 윗첨자, 타자기체(정사각형크기글씨)

<ol> <li></li> </ol> <ul> <li></li> </ul> : 목록(리스트)

<iframe></iframe>

<img /> <map><area /></map> : 이미지맵

<pre></pre> <xmp></xmp>

<table></table> <tr></tr> <td></td> <caption></caption> <thead></thead> <tbody></tbody> <tfoot></tfoot> <th></th> : 테이블

<frameset></frameset> <frame></frame> <nobr></nobr>


</body>
</html>

'.NET프로그래밍 > HTML 4.0 / XHTML1.0' 카테고리의 다른 글

문서형 선언(DOCTYPE)과 문서형 정의(DTD)  (0) 2011.02.16
HTML4.0 / XHTML1.0 - PPT  (0) 2009.07.25
24. 메타태그  (0) 2009.07.24
Form  (0) 2009.07.24
22. I프레임(인라인 프레임)  (0) 2009.07.24
Posted by holland14
: