この記事は2008年6月26日に書かれたものです。既に内容が古い可能性があります。

非推奨属性と代替え指定

非推奨属性
要素 非推奨属性 代替え属性・CSS
a name id
  target
area target
body text (css)color
a bgcolor (css)background-color
  background (css)background-image
  link (css)a:link
  vlink (css)a:visited
  alink (css)a:active
br clear 他のブロックレベル要素
caption align (css)caption-side
div align

(css)margn-right:auto;

margin-left:auto;

form name id
h name id
hr align (css)margin
  noshade (css)border
  width (css)width
img align (css)float
  border (css)border
  hspace,vspace (css)margin
  name id
input align (css)float
legend align
li type
  value
link target
map name id
object align (css)float
  border (css)border
  hspace,vspace (css)margin
ol compact,start
  type (css)list-style-type
p align (css)text-align
pre width (css)width
script language type
table align (css)float margin
  bgcolor (css)background-color
th bgcolor (css)background-color
  width (css)width
  height (css)height
  nowrap (css)white-space
tr bgcolor (css)background-color
td bgcolor (css)background-color
  width (css)width
  height (css)height
ul compact
  type (css)list-style-type

タグ: