✔ 最佳答案
特效二:
example
code
original (作比較用)
abc
---
影子
shadow
<font style="filter: dropshadow(color=#999999, offx=2, offy=2, positive=1); height: 0px;">shadow </font>
透明
alpha
<font style="filter: alpha(opacity=70); height: 0px;">alpha& lt;/font>
糢糊
blur
<font style="filter: blur; height: 0px;">blur&l t;/font>
螢光
glow
<font style="filter: glow(color: #999999, strength=3); height: 0px;">glow&l t;/font>
* 用o係 text 上, "height: 0px;" 係必須o既
請自行修改紅色字o既地方
字型篇
大小:
example
code
remark
original (作比較用)
abc
---
---
固定大小
size 5
<font size="5">size 5</font>
size: 1 to 7
變大
size +3
<font size="+3">size +3</font>
size: +1 to +4
big
<big>big</b ig>
---
變小
size -2
<font size="-2">size -2</font>
size: -1 to -2
small
<small>small&l t;/small>
---
請自行修改紅色字o既地方
顏色:
example
code
or
original (作比較用)
abc
---
---
變色
blue
<font color=#6699ff>blue</font> ;
<font style="color: #6699ff;">blue</ font>
變底色
blue
---
<font style="backgrou nd-color: #6699ff;">blue</ font>
請自行修改紅色字o既地方
特效一:
example
code
or
original (作比較用)
abc
---
---
粗體
bold
<b>bold</b& gt;
<font style="font-wei ght: bold">bold&l t;/font>
斜體
italic
<i>italic</ i>
---
底線
underline
<u>underline&l t;/u>
<font style="text-dec oration: underline;"> underline</font&g t;
頂線
overline
---
<font style="text-dec oration: overline;">o verline</font>
刪除線
strikethrough
<s>strikethrou gh</s>
<font style="text-dec oration: line-through;"& gt;strikethrough< /font>
動態:
example
code
由右至左
move
<marquee>move& lt;/marquee>
由左至右
move
<marquee direction=right>m ove</marquee>
左右
move
<marquee behavior=alternate&g t;move</marquee&g t;
由下至上
move
<marquee direction=up style="height: 50px;">move< ;/marquee>
由上至下
move
<marquee direction=down style="height: 40px;">move< ;/marquee>
快速由右至左
move
<marquee scrollamount=30>move</marquee >
* 可用於 image
請自行修改紅色字o既地方