線內元素(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
- s(strike-thru text style)元素,W3C非推薦元素,建議使用CSS的text-decoration屬性取代(style="text-decoration:line-through")。
- strike(strike-thru text style)元素,W3C非推薦元素,建議使用CSS的text-decoration屬性取代(style="text-decoration:line-through")。
- u(underline text style)元素,W3C非推薦元素,建議使用CSS的text-decoration屬性取代(style="text-decoration:underline")。