HTML4.01 Transitional 内容モデル

Updated / Published

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

DOCTYPE宣言(文書型宣言)によってどんな文書型定義(DTD)に従った文書であるかを示す。HTML4.01移行型(Transitional)DTD では 厳密型(Strict バリエーション)DTD の内容に加えて、W3C の仕様で「推奨しない」とされる要素や属性も使用することを意味する。

<html lang="言語コード">(省略可)
  • html要素には head要素に続いて body要素が順に必ず1個ずつ含まれること
<head>(省略可)

head要素の子要素

<base>
空要素
<isindex>
空要素
<link>
空要素
<meta>
  • content属性必須
  • 空要素
<object>-</object>
他の内容よりも param要素を先行させるべき
  • param要素
  • ブロックレベル要素
  • インライン要素
  • テキスト
<param>
  • name属性必須
  • 空要素
<script>-</script>
  • type属性必須
  • スクリプト(CDATA
<style>-</style>
  • type属性必須
  • スタイルシート(CDATA)
<title>-</title>
head要素内に必ず1個だけ定義
  • テキストのみ(PCDATA
</head>(省略可)
<body>(省略可)

ブロックレベル要素

<address>-</address>
  • インライン要素
  • テキスト
<blockquote>-</blockquote>
  • ブロックレベル要素
  • インライン要素
  • テキスト
<center>-</center>
  • ブロックレベル要素
  • インライン要素
  • テキスト
<dir>-</dir>
1個以上の li要素
<li>-</li>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<div>-</div>
  • ブロックレベル要素
  • インライン要素
  • テキスト
<dl>-</dl>
1個以上の dt要素, dd要素
<dt>-</dt>
(終了タグ省略可)
  • インライン要素
  • テキスト
<dd>-</dd>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<fieldset>-</fieldset>
必ず最初に legend要素。legend要素の前は空白類文字しか許されない
  • legend要素
  • ブロックレベル要素
  • インライン要素
  • テキスト
<legend>-</legend>
  • インライン要素
  • テキスト
<form>-</form>
  • action属性必須
  • ブロックレベル要素(form要素の入れ子は禁止)
  • script要素
  • インライン要素
  • テキスト
<h1-h6>-</h1-h6>
  • インライン要素
  • テキスト
<hr>
空要素
<isindex>
空要素
<menu>-</menu>
1個以上の li要素
<li>-</li>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<noframes>-</noframes>
  • ブロックレベル要素
  • インライン要素
  • テキスト
<noscript>-</noscript>
  • ブロックレベル要素
  • インライン要素
  • テキスト
<ol>-</ol>
1個以上の li要素
<li>-</li>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<p>-</p>
(終了タグ省略可)
  • インライン要素
  • テキスト
<pre>-</pre>
applet要素, basefont要素, big要素, font要素, img要素, object要素, small要素, sub要素, sup要素は除く
  • インライン要素
  • テキスト
<table>-</table>
  1. caption要素が0個、または1個。
  2. 0個以上の col要素、または 0個以上の colgroup要素。
  3. thead要素が0個、または1個。
  4. tfoot要素が0個、または1個。
  5. 1個以上の tbody要素、または1個以上の tr要素。
<caption>-</caption>
  • インライン要素
  • テキスト
<col>-</col>
空要素
<colgroup>-</colgroup>
(終了タグ省略可)
caption要素の次、またはthead要素やtr要素の前であること
<col>-</col>
空要素
<thead>-</thead>
(終了タグ省略可)
1個以上の tr要素
<tr>-</tr>
(終了タグ省略可)
1個以上の td要素, th要素
<td>-</td>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<th>-</th>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<tfoot>-</tfoot>
(終了タグ省略可)
1個以上の tr要素
<tr>-</tr>
(終了タグ省略可)
1個以上の td要素, th要素
<td>-</td>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<th>-</th>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<tbody>-</tbody>
(開始・終了タグ省略可)
1個以上の tr要素
<tr>-</tr>
(終了タグ省略可)
1個以上の td要素, th要素
<td>-</td>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<th>-</th>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<tr>-</tr>
(終了タグ省略可)
1個以上の td要素, th要素
<td>-</td>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<th>-</th>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト
<ul>-</ul>
1個以上の li要素
<li>-</li>
(終了タグ省略可)
  • ブロックレベル要素
  • インライン要素
  • テキスト

インライン要素

<a>-</a>
  • インライン要素(a要素の入れ子は禁止)
  • テキスト
<abbr>-</abbr>
  • インライン要素
  • テキスト
<acronym>-</acronym>
  • インライン要素
  • テキスト
<applet>-</applet>
他の内容よりも param要素を先行させるべき
  • param要素
  • ブロックレベル要素
  • インライン要素
  • テキスト
<param>
  • name属性必須
  • 空要素
<b>-</b>
  • インライン要素
  • テキスト
<basefont>-</basefont>
size属性必須
空要素
<bdo>-</bdo>
dir属性必須
  • インライン要素
  • テキスト
<big>-</big>
  • インライン要素
  • テキスト
<br>
空要素
<button>-</button>
a要素, button要素, fieldset要素, form要素, iframe要素, input要素, isindex要素, label要素, select要素, textarea要素を除く
  • ブロックレベル要素
  • インライン要素
  • テキスト
<cite>-</cite>
  • インライン要素
  • テキスト
<code>-</code>
  • インライン要素
  • テキスト
<del>-</del>
インライン要素の内容になっている場合、ブロックレベル要素を内容に含ませるのは不適切
  • ブロックレベル要素
  • インライン要素
  • テキスト
<dfn>-</dfn>
  • インライン要素
  • テキスト
<em>-</em>
  • インライン要素
  • テキスト
<font>-</font>
  • インライン要素
  • テキスト
<i>-</i>
  • インライン要素
  • テキスト
<iframe>-</iframe>
  • ブロックレベル要素
  • インライン要素
  • テキスト
<img>
  • src属性必須
  • alt属性必須
空要素
<input>
空要素
<ins>-</ins>
インライン要素の内容になっている場合、ブロックレベル要素を内容に含ませるのは不適切
  • ブロックレベル要素
  • インライン要素
  • テキスト
<kbd>-</kbd>
  • インライン要素
  • テキスト
<label>-</label>
  • インライン要素(label要素の入れ子は禁止)
  • テキスト
<map>-</map>
name属性必須
  • area要素
  • ブロックレベル要素
<area>-</area>
  • alt属性必須
  • 空要素
<object>-</object>
他の内容よりも param要素を先行させるべき
  • param要素
  • ブロックレベル要素
  • インライン要素
  • テキスト
<param>
name属性必須
空要素
<q>-</q>
  • インライン要素
  • テキスト
<s>-</s>
  • インライン要素
  • テキスト
<samp>-</samp>
  • インライン要素
  • テキスト
<script>-</script>
  • type属性必須
  • スクリプト(CDATA
<select>-</select>
1個以上の option要素, optgroup要素
<option>-</option>
  • 終了タグ省略可
  • テキストのみ(PCDATA)
<optgroup>-</optgroup>
  • label属性必須
  • 1個以上の option要素
<option>-</option>
  • 終了タグ省略可
  • テキストのみ(PCDATA)
<small>-</small>
  • インライン要素
  • テキスト
<span>-</span>
  • インライン要素
  • テキスト
<strike>-</strike>
  • インライン要素
  • テキスト
<strong>-</strong>
  • インライン要素
  • テキスト
<sub>-</sub>
  • インライン要素
  • テキスト
<sup>-</sup>
  • インライン要素
  • テキスト
<textarea>-</textarea>
  • cols属性必須
  • rows属性必須
テキストのみ(PCDATA)
<tt>-</tt>
  • インライン要素
  • テキスト
<u>-</u>
  • インライン要素
  • テキスト
<var>-</var>
  • インライン要素
  • テキスト
</body>(省略可)
</html>(省略可)