HTML 4.01 / XHTML 1.0 Reference

Previous Next

Ordered by Function

  • NN: indicates the earliest version of Netscape that supports the tag
  • IE: indicates the earliest version of Internet Explorer that supports the tag
  • DTD: indicates in which XHTML 1.0 DTD the tag is allowed. S=Strict, T=Transitional, and F=Frameset
Start tagPurposeNNIEDTD
Basic Tags
<!DOCTYPE>Defines the  document typeSTF
<html>Defines an html  document3.03.0STF
<body>Defines the body element3.03.0STF
<h1> to <h6>Defines header 1 to header 63.03.0STF
<p>Defines a paragraph3.03.0STF
<br>Inserts a single line break3.03.0STF
<hr>Defines a horizontal rule3.03.0STF
<!--...-->Defines a comment3.03.0STF
Char Format
<b>Defines bold text3.03.0STF
<font>Deprecated. Defines text font, size, and color3.03.0TF
<i>Defines italic text3.03.0STF
<em>Defines emphasized text3.03.0STF
<big>Defines big text3.03.0STF
<strong>Defines strong text3.03.0STF
<small>Defines small text3.03.0STF
<sup>Defines superscripted text3.03.0STF
<sub>Defines subscripted text3.03.0STF
<bdo>Defines the direction of text display6.25.0STF
<u>Deprecated. Defines underlined text3.03.0TF
Output
<pre>Defines preformatted text3.03.0STF
<code>Defines computer code text3.03.0STF
<tt>Defines teletype text3.03.0STF
<kbd>Defines keyboard text3.03.0STF
<var>Defines a variable3.03.0STF
<dfn>Definesa definition term3.0STF
<samp>Defines sample computer code3.03.0STF
<xmp>Deprecated. Defines preformatted text3.03.0
Blocks
<acronym>Defines an acronym6.24.0STF
<abbr>Defines an abbreviation6.2STF
<address>Defines an address element4.04.0STF
<blockquote>Defines a long quotation3.03.0STF
<center>Deprecated. Defines centered text3.03.0TF
<q>Defines a short quotation6.24.0STF
<cite>Defines a citation3.03.0STF
<ins>Defines inserted text6.24.0STF
<del>Defines deleted text6.24.0STF
<s>Deprecated. Defines strikethrough text3.03.0TF
<strike>Deprecated. Defines strikethrough text3.03.0TF
Links
<a>Defines an anchor3.03.0STF
<link>Defines a resource reference 4.03.0STF
Frames
<frame>Defines a sub window (a frame)3.03.0F
<frameset>Defines a set of frames3.03.0F
<noframes>Defines a noframe section3.03.0TF
<iframe>Defines an inline sub window (frame)6.04.0TF
Input
<form>Defines a form3.03.0STF
<input>Defines an input field3.03.0STF
<textarea>Defines a text area3.03.0STF
<button>Defines a push button6.24.0STF
<select>Defines a selectable list3.03.0STF
<optgroup>Defines an option group6.06.0STF
<option>Defines an item in a list box3.03.0STF
<label>Defines a labelfor a form control6.24.0STF
<fieldset>Defines a fieldset6.24.0STF
<legend>Defines a title in a fieldset6.24.0STF
<isindex>Deprecated. Defines a single-line input field3.03.0TF
Lists
<ul>Defines an unordered list3.03.0STF
<ol>Defines an ordered list3.03.0STF
<li>Defines a list item3.03.0STF
<dir>Deprecated. Defines a directory list3.03.0TF
<dl>Defines a definition list3.03.0STF
<dt>Defines a definition term3.03.0STF
<dd>Defines a definition description3.03.0STF
<menu>Deprecated. Defines a menu list3.03.0TF
Images
<img>Defines an image3.03.0STF
<map>Defines an image map3.03.0STF
<area>Defines an area inside an image map3.03.0STF
Tables
<table>Defines a table3.03.0STF
<caption>Defines a table caption3.03.0STF
<th>Defines a table header3.03.0STF
<tr>Defines a table row3.03.0STF
<td>Defines a table cell3.03.0STF
<thead>Defines a table header4.0STF
<tbody>Defines a table body4.0STF
<tfoot>Defines a table footer4.0STF
<col>Defines attributes for table columns3.0STF
<colgroup>Defines groups of table columns3.0STF
Styles
<style>Defines a style definition4.03.0STF
<div>Defines a section in a  document3.03.0STF
<span>Defines a section in a  document4.03.0STF
Meta Info
<head>Defines information about the  document3.03.0STF
<title>Defines the  document title3.03.0STF
<meta>Defines meta information3.03.0STF
<base>Defines a base URL for all the links in a page3.03.0STF
<basefont>Deprecated. Defines a base font3.03.0TF
Programming
<script>Defines a script3.03.0STF
<noscript>Defines a noscript section3.03.0STF
<applet!>Deprecated. Defines an applet!2.03.0TF
<object>Defines an embedded object3.0STF
<param>Defines a parameter for an object3.03.0STF



Previous Next

출처:

http://www.w3schools.com/tags/ref_byfunc.asp

'배워 봅시다 > TAG' 카테고리의 다른 글

2. &lt;APPLET!&gt; 태그  (0) 2010.12.31
1. &lt;A&gt; 태그  (0) 2010.12.31
각종시계  (0) 2010.11.22
태그  (0) 2010.06.16
여러가지 &#65279;글자 모양 소스  (0) 2010.02.15
Posted by SoftArt
,