以下の要素及び属性は、HTML3.2 で未採用のものですので、より多くの人にアクセスしてもらうためには、極力使わない方が好いでしょう

(参考:ソフトバンク「HTMLハンドブック」)

Netscape Navigator 独自の要素及び属性

<multicol>
<spacer>
<blink>

Internet Explorer 独自の要素及び属性

<body bgproperties>
<body topmargin>
<body leftmargin>
<link type>
<hr color>
<marquee>
<table bordercolor>
<table bordercolorlight>
<table bordercolordark>
<caption valign>
<img dynsrc>
<img start>
<img controls>
<img loop>
<img loopdelay>
<object>
<bgsound>

NN, IE でサポートされているが、HTML3.2 に含まれない要素及び属性

<script> (*1)
<style> (*1)(*2)
<isindex action>
<nobr>
<wbr>
<plaintext> (*3)
<noscript>
<frameset>
<frame>
<noframe>
<th bgcolor>
<td bgcolor>
<font face>
<a target>
<embed>
<noembed>
<textarea wrap>

HTML3.2 に含まれているが、NN または IE で使えない要素及び属性

<dl compact>(*4)
<dfn>(*5)
 
(*1) 次期規格では採用される方向で検討されています。
(*2) NN 4.0 より以前のバージョンでは使えません。
(*3) HTML2.0 では含まれていましたが、3.2 で削除されました。
(*4) IE では使えません。
(*5) NN では使えません。