線內元素



線內元素(Inline Element)具有以下幾點特徵:

A
a abbr acronym applet
B
b basefont bdo big br button
C
cite code
D
del dfn
E
em
F
font
I
i iframe img input ins
K
kbd
L
label
M
map
O
object
Q
q
R
rb rbc rp rt rtc ruby
S
s*1) samp script select small span strike*2) strong sub sup
T
textarea tt
U
u*3)
V
var


  1. s(strike-thru text style)元素,W3C非推薦元素,建議使用CSS的text-decoration屬性取代(style="text-decoration:line-through")。
  2. strike(strike-thru text style)元素,W3C非推薦元素,建議使用CSS的text-decoration屬性取代(style="text-decoration:line-through")。
  3. u(underline text style)元素,W3C非推薦元素,建議使用CSS的text-decoration屬性取代(style="text-decoration:underline")。



Copyright(C)2009超技情報開發研究室 All rights reserved.