[HTML] 태그 리스트

HTML/CSS 2010. 1. 27. 09:50




HTML Tags

참고: http://www.w3schools.com/tags/default.asp

 

Information


Tag 닫기 설명
!--...-- --> comment
!DOCTYPE document type
base /> default address or default target for all links on a page
basefont /> default font, color or size for the text in a page
body </body> document body
div </div> section in a document
head </head> information about the document
html </html> HTML document
img /> image
link /> relationshop between a document and an external resource
meta /> metadata about an HTML document
span </span> section in a document
style </style> style information for a document
title </title> title of a document



 

Text Decoration


Tag 닫기 설명
abbr </abbr> abbreviation
acronym </acronym> acronym
address </address> information for the author/owner of a document
b </b> bold
bdo </bdo> text direction
big </big> big text
blockquote </blockquote> long quotation
center </center> centered text
cite </cite> citation
code </code> computer code text
del </del> deleted text
dfn </dfn> definition term
em </em> emphasized text
font </font> defines font, color and size for text
h1 ~ h6 </h1> ~ </h6> HTML headings
hr /> a horizontal line
i </i> italic text
ins </ins> inserted text
kbd </kbd> keyboard text
pre </pre> preformatted text
q </q> short quotation
s </s> strikethrough text
samp </samp> sample computer code
small </small> small text
strike </strike> strikethrough text
strong </strong> strong text
sub </sub> subscripted text
sup </sup> superscripted text
tt </tt> teletype text
u </u> underlined text
var </var> variable part of a text
xmp </xmp> preformatted text



 

Line Break


Tag 닫기 설명
br /> single line break
p </p> paragraph



 

Embed


Tag 닫기 설명
applet </applet> embedded applet
script </script> client-side script
noscript </noscript> alternate content for users that do not support client-side scripts
object </object> embedded object
param /> parameter for an object



 

Link


Tag 닫기 설명
a </a> anchor
map </map> image-map
area /> area inside an image-map



 

Form


Tag 닫기 설명
form </form> HTML form for user input
button </button> push button
fieldset </fieldset> border around elements in a form
legend </legend> caption for a fieldset element
isindex /> searchable index related to a document
input /> input control
label </label> label for an input element
select </select> select list (drop-down list)
optgroup </optgroup> group of related options in a select list
option </option> option in a select list
textarea </textarea> multi-line text input control



 

Table


Tag 닫기 설명
table </table> table
caption </caption> table caption
col /> defines attribute values for one or more columns in a table
colgroup </colgroup> group of columns in a table for formatting
tbody </tbody> groups the body content in a table
td </td> cell in a table
tfoot </tfoot> groups the footer content in a table
th </th> header cell in a table
thead </thead> groups the header content in a table
tr </tr> row in a table



 

List


Tag 닫기 설명
dl </dl> definition list
dt </dt> term in a definition list
dd </dd> description of a term in a definition list
dir </dir> directory list
li </li> list item
menu </menu> menu list
ol </ol> ordered list
ul </ul> unordered list



 

Frame


Tag 닫기 설명
frameset </frameset> a set of frames
frame /> a window(a frame) in a frameset
noframes </noframes> alternate content for users that do not support frames
iframe </iframe> inline frame
 
Posted by bloodguy
,