XHTML 1.0 Strict

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

文書情報

概要

HTML 4.01 Strictを元にして作られた XMLアプリケーションの1つで、厳密型とも呼ばれます。 HTML 4.01 StrictXML でエミュレートしたものとも言えます。

要素や属性はHTML 4.01 Strictとほぼ同じですが、あくまでXMLですので、以下の点に注意してください。

  • 通常のHTML文書型宣言よりも前に、XML宣言を行うことが強く推奨されています
  • 要素名や属性名の大文字小文字は厳密に区別されます
  • 属性値は必ず引用符で括らなければなりません
  • 文書は整形式でなければなりません
  • 終了タグは省略できません

宣言

ルートエレメント
html
公開識別子
-//W3C//DTD XHTML 1.0 Strict//EN
システム識別子
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
文書型宣言
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
名前空間
http://www.w3.org/1999/xhtml

各種一覧

要素索引

カテゴリ別

文書構造

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

  • 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)
  • 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)
  • dl (definition lists)
  • dt (definition term)
  • li (list items)
  • ol (ordered lists)
  • ul (unordered lists)

表に関する要素です。

オブジェクト

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

  • img (embedded image)
  • object (generic embedded object)
  • param (named property value)

フォーム

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

フォント

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

  • b (bold)
  • big (big font)
  • i (italic)
  • small (small font)
  • tt (teletype)

スクリプト

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

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

インライン要素

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

  • a (anchor)
  • abbr (abbreviation)
  • acronym (acronym)
  • b (bold)
  • bdo (I18N bidirection over-ride)
  • big (big font)
  • br (forced line break)
  • button (push button)
  • cite (citation)
  • code (computer code)
  • dfn (defining)
  • em (emphasis)
  • i (italic)
  • 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)
  • samp (sample output)
  • select (option selector)
  • small (small font)
  • span (generic language/style container)
  • strong (stronger emphasis)
  • sub (subscript)
  • sup (superscript)
  • textarea (multi-line text field)
  • tt (teletype)
  • var (variable)

ブロック要素

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

  • address (information on author)
  • blockquote (long quotation)
  • 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)
  • 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)
  • area (client-side image map area)
  • b (bold)
  • base (document base URI)
  • bdo (I18N bidirection over-ride)
  • big (big font)
  • blockquote (long quotation)
  • body (document body)
  • br (forced line break)
  • button (push button)
  • caption (table caption)
  • cite (citation)
  • code (computer code)
  • col (table column)
  • colgroup (table column group)
  • dd (definition desctiption)
  • del (deleted text)
  • dfn (defining)
  • div (generic language/style container)
  • dl (definition lists)
  • dt (definition term)
  • em (emphasis)
  • fieldset (form control group)
  • 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)
  • img (embedded image)
  • input (form control)
  • ins (inserted text)
  • kbd (keyboard)
  • label (form field label text)
  • legend (fieldset legend)
  • li (list items)
  • link (media-independent link)
  • map (client-side image map)
  • meta (generic metainformation)
  • 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)
  • samp (sample output)
  • script (script statements)
  • select (option selector)
  • small (small font)
  • span (generic language/style container)
  • 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)
  • ul (unordered lists)
  • var (variable)

補足

These pages were automatically made of the following files.