XHTML 1.1

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

文書情報

概要

XHTML 1.0 の改訂版で、モジュールベース化が図られたXHTMLです。 'Module-based XHTML' とも呼ばれます。 XHTML 1.0 でいうところの 'Strict' のみとなり、全要素からlang属性が、 aおよびmap要素からname属性が廃止されました。 また、ルビに関する要素が追加されました。

宣言

ルートエレメント
html
公開識別子
-//W3C//DTD XHTML 1.1//EN
システム識別子
http://www.w3.org/1999/xhtml
文書型宣言
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
 "http://www.w3.org/1999/xhtml">
名前空間
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)

フレーズ

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

ルビ

ルビに関する要素です。

  • rb (ruby base)
  • rbc (ruby base component)
  • rp (ruby parenthesis)
  • rt (ruby text)
  • rtc (ruby text component)
  • ruby (ruby)

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

  • 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)
  • rb (ruby base)
  • rbc (ruby base component)
  • rp (ruby parenthesis)
  • rt (ruby text)
  • rtc (ruby text component)
  • ruby (ruby)
  • 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.