HTML 4.01 Transitional

  1. 文書情報
    1. 概要
    2. 宣言
    3. 各種一覧
  2. 要素索引
    1. カテゴリ別
      1. 文書構造
      2. 文書情報
      3. 文章
      4. フレーズ
      5. ハイパーリンク
      6. リスト
      7. オブジェクト
      8. フォーム
      9. フォント
      10. スクリプト
      11. フレーム
      12. インライン要素
      13. ブロック要素
      14. インライン/ブロック要素
      15. その他
    2. アルファベット順
  3. 補足

文書情報

概要

HTML 4.0 Transitional の改訂版です。 HTML 3.2 との互換性が重視され、移行型とも呼ばれます。 HTML 3.2 にある、フォントや色などの視覚的効果を表す要素や属性が残されていますが、 そのほとんどがDeprecatedとされています。

宣言

ルートエレメント
HTML
公開識別子
-//W3C//DTD HTML 4.01 Transitional//EN
システム識別子
http://www.w3.org/TR/html4/loose.dtd
文書型宣言
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">

各種一覧

要素索引

カテゴリ別

文書構造

文書構造に関する要素です。

  • BODY (document body)
  • HEAD (document head)
  • HTML (document root)

文書情報

文書情報に関する要素です。

  • ADDRESS (information on author)
  • META (generic metainformation)
  • TITLE (document title)

文章

文章に関する要素です。

  • BDO (I18N bidirection over-ride)
  • BLOCKQUOTE (long quotation)
  • BR (forced line break)
  • CENTER(*) (centering)
  • DEL (deleted text)
  • DIV (generic language/style container)
  • H1 (heading)
  • H2 (heading)
  • H3 (heading)
  • H4 (heading)
  • H5 (heading)
  • H6 (heading)
  • INS (inserted text)
  • P (paragraph)
  • PRE (preformatted text)
  • Q (short inline quotation)
  • SPAN (generic language/style container)

フレーズ

フレーズに関する要素です。

ハイパーリンク・アンカーに関する要素です。

  • A (anchor)
  • AREA (client-side image map area)
  • BASE (document base URI)
  • LINK (media-independent link)
  • MAP (client-side image map)

リスト

リストに関する要素です。

  • DD (definition desctiption)
  • DIR(*) (directory list)
  • DL (definition lists)
  • DT (definition term)
  • LI (list items)
  • MENU(*) (menu list)
  • OL (ordered lists)
  • UL (unordered lists)

表に関する要素です。

オブジェクト

オブジェクトに関する要素です。

  • APPLET(*) (Java applet)
  • IMG (embedded image)
  • OBJECT (generic embedded object)
  • PARAM (named property value)

フォーム

フォームに関する要素です。

フォント

フォントに関する要素です。

  • B (bold)
  • BASEFONT(*) (base font size)
  • BIG (big font)
  • FONT(*) (local change to font)
  • I (italic)
  • S(*) (strike through)
  • SMALL (small font)
  • STRIKE(*) (strike through)
  • TT (teletype)
  • U(*) (underline)

スクリプト

スクリプトに関する要素です。

  • NOSCRIPT (alternate content container for non script-based rendering)
  • SCRIPT (script statements)

フレーム

フレームに関する要素です。

  • IFRAME (inline subwindow)
  • NOFRAMES (alternate content container for non frame-based rendering)

インライン要素

インラインレベルの要素です。

  • A (anchor)
  • ABBR (abbreviation)
  • ACRONYM (acronym)
  • APPLET(*) (Java applet)
  • B (bold)
  • BASEFONT(*) (base font size)
  • BDO (I18N bidirection over-ride)
  • BIG (big font)
  • BR (forced line break)
  • BUTTON (push button)
  • CITE (citation)
  • CODE (computer code)
  • DFN (defining)
  • EM (emphasis)
  • FONT(*) (local change to font)
  • I (italic)
  • IFRAME (inline subwindow)
  • IMG (embedded image)
  • INPUT (form control)
  • KBD (keyboard)
  • LABEL (form field label text)
  • MAP (client-side image map)
  • OBJECT (generic embedded object)
  • Q (short inline quotation)
  • S(*) (strike through)
  • SAMP (sample output)
  • SELECT (option selector)
  • SMALL (small font)
  • SPAN (generic language/style container)
  • STRIKE(*) (strike through)
  • STRONG (stronger emphasis)
  • SUB (subscript)
  • SUP (superscript)
  • TEXTAREA (multi-line text field)
  • TT (teletype)
  • U(*) (underline)
  • VAR (variable)

ブロック要素

ブロックレベルの要素です。

  • ADDRESS (information on author)
  • BLOCKQUOTE (long quotation)
  • CENTER(*) (centering)
  • DIR(*) (directory list)
  • DIV (generic language/style container)
  • DL (definition lists)
  • FIELDSET (form control group)
  • FORM (interactive form)
  • H1 (heading)
  • H2 (heading)
  • H3 (heading)
  • H4 (heading)
  • H5 (heading)
  • H6 (heading)
  • HR (horizontal rule)
  • ISINDEX(*) (single line prompt)
  • MENU(*) (menu list)
  • NOFRAMES (alternate content container for non frame-based rendering)
  • OL (ordered lists)
  • P (paragraph)
  • PRE (preformatted text)
  • UL (unordered lists)

インライン/ブロック要素

親要素によってレベルの扱いが変わる要素です。

  • DEL (deleted text)
  • INS (inserted text)

その他

未分類要素です。

  • STYLE (style information)
  • (*) : 推奨されない要素

アルファベット順

  • A (anchor)
  • ABBR (abbreviation)
  • ACRONYM (acronym)
  • ADDRESS (information on author)
  • APPLET(*) (Java applet)
  • AREA (client-side image map area)
  • B (bold)
  • BASE (document base URI)
  • BASEFONT(*) (base font size)
  • BDO (I18N bidirection over-ride)
  • BIG (big font)
  • BLOCKQUOTE (long quotation)
  • BODY (document body)
  • BR (forced line break)
  • BUTTON (push button)
  • CAPTION (table caption)
  • CENTER(*) (centering)
  • CITE (citation)
  • CODE (computer code)
  • COL (table column)
  • COLGROUP (table column group)
  • DD (definition desctiption)
  • DEL (deleted text)
  • DFN (defining)
  • DIR(*) (directory list)
  • DIV (generic language/style container)
  • DL (definition lists)
  • DT (definition term)
  • EM (emphasis)
  • FIELDSET (form control group)
  • FONT(*) (local change to font)
  • FORM (interactive form)
  • H1 (heading)
  • H2 (heading)
  • H3 (heading)
  • H4 (heading)
  • H5 (heading)
  • H6 (heading)
  • HEAD (document head)
  • HR (horizontal rule)
  • HTML (document root)
  • I (italic)
  • IFRAME (inline subwindow)
  • IMG (embedded image)
  • INPUT (form control)
  • INS (inserted text)
  • ISINDEX(*) (single line prompt)
  • KBD (keyboard)
  • LABEL (form field label text)
  • LEGEND (fieldset legend)
  • LI (list items)
  • LINK (media-independent link)
  • MAP (client-side image map)
  • MENU(*) (menu list)
  • META (generic metainformation)
  • NOFRAMES (alternate content container for non frame-based rendering)
  • NOSCRIPT (alternate content container for non script-based rendering)
  • OBJECT (generic embedded object)
  • OL (ordered lists)
  • OPTGROUP (option group)
  • OPTION (selectable choice)
  • P (paragraph)
  • PARAM (named property value)
  • PRE (preformatted text)
  • Q (short inline quotation)
  • S(*) (strike through)
  • SAMP (sample output)
  • SCRIPT (script statements)
  • SELECT (option selector)
  • SMALL (small font)
  • SPAN (generic language/style container)
  • STRIKE(*) (strike through)
  • STRONG (stronger emphasis)
  • STYLE (style information)
  • SUB (subscript)
  • SUP (superscript)
  • TABLE (table)
  • TBODY (table body)
  • TD (table data cell)
  • TEXTAREA (multi-line text field)
  • TFOOT (table footer)
  • TH (table header cell)
  • THEAD (table header)
  • TITLE (document title)
  • TR (table row)
  • TT (teletype)
  • U(*) (underline)
  • UL (unordered lists)
  • VAR (variable)
  • (*) : 推奨されない要素

補足

These pages were automatically made of the following files.