[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Use HTML Validator!
別の観点から
At Thu, 21 Sep 2000 12:50:08 +0900,
Taku YASUI <tach@debian.or.jp> wrote:
> http://www.debian.or.jp/~tach/www.html
>
> に,スタイルをちょっと変えたのを置きました.
これを HTML Validator http://validator.w3.org/
でチェックしてみると少し文句いわれます。
* <HR>で width という attribute は deprecated
http://www.w3.org/TR/1998/REC-html40-19980424/present/graphics.html#h-15.3
* <P>で align という attribute は deprecated
http://www.w3.org/TR/1998/REC-html40-19980424/struct/text.html#h-9.3.1
* <TD>で width という attribute は deprecated
http://www.w3.org/TR/1998/REC-html40-19980424/struct/tables.html#h-11.2.6
* <TD>に bgcolor という attribute はない
http://www.w3.org/TR/1998/REC-html40-19980424/struct/tables.html#h-11.2.6
* <FONT>は ない
http://www.w3.org/TR/1998/REC-html40-19980424/present/graphics.html#h-15.2.2
基本的に HTML 4.0 Strict なら CSS を使えというあたりですね
CSSにするのが駄目なら HTML 4.0 Transitional なら ok というあたりかな
--
鵜飼文敏