XHTML basic 1.0

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

文書情報

概要

軽量版 XHTML です。XHTML における主要機能の最小セットです。

携帯電話、PDAポケベルなどの情報機器に搭載される、 XHTML機能を完全にサポートしない/できないユーザエージェントをターゲットに想定され、設定されています。 このため、複雑な機構を必要とする要素や属性は、定義されていません。 例えば、画像、基本的なフォーム、基本的なテーブルは含まれますが、 ルビ、フレーム、イメージマップ、スクリプト、イベント処理等はありません。

宣言

ルートエレメント
html
公開識別子
-//W3C//DTD XHTML Basic 1.0//EN
システム識別子
http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd
文書型宣言
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
 "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.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)

文章

文章に関する要素です。

  • blockquote (long quotation)
  • br (forced line break)
  • div (generic language/style container)
  • h1 (heading)
  • h2 (heading)
  • h3 (heading)
  • h4 (heading)
  • h5 (heading)
  • h6 (heading)
  • p (paragraph)
  • pre (preformatted text)
  • q (short inline quotation)
  • span (generic language/style container)

フレーズ

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

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

  • a (anchor)
  • base (document base URI)
  • link (media-independent link)

リスト

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

  • dd (definition desctiption)
  • dl (definition lists)
  • dt (definition term)
  • li (list items)
  • ol (ordered lists)
  • ul (unordered lists)

表に関する要素です。

  • caption (table caption)
  • table (table)
  • td (table data cell)
  • th (table header cell)
  • tr (table row)

オブジェクト

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

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

フォーム

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

インライン要素

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

  • a (anchor)
  • abbr (abbreviation)
  • acronym (acronym)
  • br (forced line break)
  • cite (citation)
  • code (computer code)
  • dfn (defining)
  • em (emphasis)
  • img (embedded image)
  • input (form control)
  • kbd (keyboard)
  • label (form field label text)
  • object (generic embedded object)
  • q (short inline quotation)
  • samp (sample output)
  • select (option selector)
  • span (generic language/style container)
  • strong (stronger emphasis)
  • textarea (multi-line text field)
  • var (variable)

ブロック要素

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

  • address (information on author)
  • blockquote (long quotation)
  • div (generic language/style container)
  • dl (definition lists)
  • form (interactive form)
  • h1 (heading)
  • h2 (heading)
  • h3 (heading)
  • h4 (heading)
  • h5 (heading)
  • h6 (heading)
  • ol (ordered lists)
  • p (paragraph)
  • pre (preformatted text)
  • ul (unordered lists)

アルファベット順

  • a (anchor)
  • abbr (abbreviation)
  • acronym (acronym)
  • address (information on author)
  • base (document base URI)
  • blockquote (long quotation)
  • body (document body)
  • br (forced line break)
  • caption (table caption)
  • cite (citation)
  • code (computer code)
  • dd (definition desctiption)
  • dfn (defining)
  • div (generic language/style container)
  • dl (definition lists)
  • dt (definition term)
  • em (emphasis)
  • form (interactive form)
  • h1 (heading)
  • h2 (heading)
  • h3 (heading)
  • h4 (heading)
  • h5 (heading)
  • h6 (heading)
  • head (document head)
  • html (document root)
  • img (embedded image)
  • input (form control)
  • kbd (keyboard)
  • label (form field label text)
  • li (list items)
  • link (media-independent link)
  • meta (generic metainformation)
  • object (generic embedded object)
  • ol (ordered lists)
  • option (selectable choice)
  • p (paragraph)
  • param (named property value)
  • pre (preformatted text)
  • q (short inline quotation)
  • samp (sample output)
  • select (option selector)
  • span (generic language/style container)
  • strong (stronger emphasis)
  • table (table)
  • td (table data cell)
  • textarea (multi-line text field)
  • th (table header cell)
  • title (document title)
  • tr (table row)
  • ul (unordered lists)
  • var (variable)

補足

These pages were automatically made of the following files.