一. 基本语句:
1. 发各种字体的字:
黑体字 : <font face="黑体">黑体字</font>
宋体字 : <font face="宋体">宋体字</font>
仿宋字 : <font face="仿宋_GB2312">仿宋字</font>
楷体字 : <font face="楷体_GB2312">楷体字</font>
隶书字 : <font face="隶书">隶书字</font>
幼圆字 : <font face="幼圆">幼圆字</font>
倒黑体字 : <font face="@黑体">倒黑体字</font>
倒宋体字 : <font face="@宋体">倒宋体字</font>
倒仿宋字 : <font face="@仿宋_GB2312">倒仿宋字</font>
倒楷体字 : <font face="@楷体_GB2312">倒楷体字</font>
倒隶书字 : <font face="@隶书">倒隶书字</font>
倒幼圆字 : <font face="@幼圆">倒幼圆字</font>
2. 发各种字号的大小字:
(1) 发小字:
小字 : <small>小字</small>
小字 : <small><small>小字</small></small>
(2) 发大字:
大字 : <big>大字</big>
大字 : <big><big>大字</big></big>
大字 : <big><big><big>大字</big></big></big>
大字: <big><big><big><big>大字</big></big></big></big>
(3) 发各种字号的大小字:
<h-1>负一号字</h-1> | |
<h0>○号字</h0> | |
一号字: | <h1>一号字</h1> |
二号字: | <h2>二号字</h2> |
三号字: | <h3>三号字</h3> |
四号字: | <h4>四号字</h4> |
五号字: | <h5>五号字</h5> |
六号字: | <h6>六号字</h6> |
<h7>七号字</h7> | |
(4) 发各种字号的大小字:
负三号字 : <font size=-4>负四号字</font>
负三号字 : <font size=-3>负三号字</font>
负三号字 : <font size=-2>负二号字</font>
负一号字 : <font size=-1>负一号字</font>
○号字 : <font size=0>○号字</font>
一号字 : <font size=1>一号字</font>
二号字 : <font size=2>二号字</font>
三号字 : <font size=3>三号字</font>
四号字 : <font size=4>四号字</font>
五号字: <font size=5>五号字</font>
六号字: <font size=6>六号字</font>
七号字: <font size=7>七号字</font>
(5) 发各种字号的大小字:
0pt字 <font style=font:0pt>0pt字</font>
1pt字 <font style=font:1pt>1pt字</font>
2pt字 <font style=font:2pt>2pt字</font>
3pt字 <font style=font:3pt>3pt字</font>
4pt字 <font style=font:4pt>4pt字</font>
5pt字 <font style=font:5pt>5pt字</font>
6pt字 <font style=font:6pt>6pt字</font>
7pt字 <font style=font:7pt>7pt字</font>
8pt字 <font style=font:8pt>8pt字</font>
9pt字 <font style=font:9pt>9pt字</font>
10pt字 <font style=font:10pt>10pt字</font>
20pt字 <font style=font:20pt>20pt字</font>
30pt字 <font style=font:30pt>30pt字</font>
40pt字 <font style=font:40pt>40pt字</font>
50pt字 <font style=font:50pt>50pt字</font>
60pt字 <font style=font:60pt>60pt字</font>
70pt字 <font style=font:70pt>70pt字</font>
80pt字 <font style=font:80pt>80pt字</font>
90pt字 <font style=font:90pt>90pt字</font>
<font style=font:100pt>100pt字</font>
<font style=font:200pt>200pt字</font>
<font style=font:300pt>300pt字</font>
<font style=font:400pt>400pt字</font>
<font style=font:500pt>500pt字</font>
3. 文字修饰:
粗体字 : <b>粗体字</b>
斜体字 : <i>斜体字</i>
粗斜体字: <b><i>粗斜体字</i></b>
下划线 : <u>下划线</u>
删除线 : <STRIKE>删除线</STRIKE>
上标上标: 上标<Sup>上标</Sup>
下标下标: 下标<Sub>下标</Sub>
4. 文字颜色:
例:
红色字: <font color=#ff0000>红色字</font>
红色字: <font color=red>红色字</font>
5. 颜色:
|
|
绝对黑色: [color=#000000]
深蓝忧郁: [color=#000088]
草原之蓝: [color=#0000ff]
橄榄树绿: [color=#008800]
灰蓝种族: [color=#008888]
海洋之蓝: [color=#0088ff]
绿色回忆: [color=#00a010]
蓝色月光: [color=#1100ff]
夜幕低垂: [color=#111111]
灰色轨迹: [color=#333333]
春草青青: [color=#50b000]
暗夜兴奋: [color=#880000]
发亮蓝紫: [color=#8800ff]
卡其制服: [color=#888800]
伦敦灰雾: [color=#888888]
兴份过蓝: [color=#8888ff]
紫的拘谨: [color=#aa00cc]
流金岁月: [color=#aaaa00]
卡布其诺: [color=#ccaa00]
正宗喜红: [color=#ff0000]
爱的暗示: [color=#ff0088]
红的发紫: [color=#ff00ff]
黄金岁月: [color=#ff8800]
红袍飘飘: [color=#ff0005]
紫金绣帖: [color=#ff88ff]
焚心似火: [color=#ee0005]
红粉佳人: [color=#ee01ff]
我不知道: [color=#3388aa]
6. 排版:
<p align="left">居左排版</p>
<p align="center">居中排版</p>
<p align="right">居右排版</p>
7. 色带:
语句为:<marquee bgcolor=颜色></marquee> 颜色按一.5.选择。
例:
<marquee bgcolor=#ff0000></marquee>
8. 发移动字:
(1) 向左移动字:
<marquee>向左移动字</marquee>
(2) 发向右移动字:
<marquee direction=right>向右移动字</marquee>
(3) 发来回移动字:
<marquee behavior=alternate>向左来回移动字</marquee>
<marquee direction=right behavior=alternate>向右来回移动字</marquee>
(4) 发向上移动字:
<marquee direction=up> 向上移动字</marquee>
------------------------------------------------------------------
------------------------------------------------------------------
(5) 发向下移动字:
<marquee direction=down> 向下移动字</marquee>
------------------------------------------------------------------
------------------------------------------------------------------
(6) 发限高向上、向下移动字:
<marquee height=50 direction=down> 限高向下移动字</marquee>
<marquee height=50 direction=up> 限高向上移动字</marquee>
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
(7) 发限高上下来回移动字:
<marquee height=50 direction=down behavior=alternate> 限高上下来回移动字</marquee>
<marquee height=50 direction=up behavior=alternate> 限高上下来回移动字</marquee>
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
(8) 控速移动字:
<marquee scrollamount=N>控速移动字</marquee>
控速移动字的速度控制值N的取值: 1. N<0与N=6速度相同; 2. N≠0; N>0的任意值。
<marquee scrollamount=-9>控速移动字N=-9</marquee>
<marquee scrollamount=-1>控速移动字N=-1</marquee>
<marquee scrollamount=1>控速移动字N=1</marquee>
<marquee scrollamount=2>控速移动字N=2</marquee>
<marquee scrollamount=3>控速移动字N=3</marquee>
<marquee scrollamount=4>控速移动字N=4</marquee>
<marquee scrollamount=5>控速移动字N=5</marquee>
<marquee scrollamount=6>控速移动字N=6</marquee>
<marquee scrollamount=7>控速移动字N=7</marquee>
<marquee scrollamount=8>控速移动字N=8</marquee>
<marquee scrollamount=9>控速移动字N=9</marquee>
<marquee scrollamount=10>控速移动字N=10</marquee>
<marquee scrollamount=20>控速移动字N=20</marquee>
<marquee scrollamount=30>控速移动字N=30</marquee>
<marquee scrollamount=40>控速移动字N=40</marquee>
<marquee scrollamount=50>控速移动字N=50</marquee>
<marquee scrollamount=60>控速移动字N=60</marquee>
<marquee scrollamount=70>控速移动字N=70</marquee>
<marquee scrollamount=80>控速移动字N=80</marquee>
<marquee scrollamount=90>控速移动字N=90</marquee>
<marquee scrollamount=100>控速移动字N=100</marquee>
<marquee scrollamount=200>控速移动字N=200</marquee>
<marquee scrollamount=300>控速移动字N=300</marquee>
(9) 发限高控速向上、向下移动字:
<marquee height=50 direction=down scrollamount=1> 限高控速向下移动字</marquee>
<marquee height=50 direction=up scrollamount=2> 限高控速向上移动字</marquee>
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
(10) 左右跳动移动字:
<marquee scrolldelay=时间间隔>左右跳动移动字</marquee>
<marquee scrolldelay=500>向左跳动移动字</marquee>
<marquee direction=right scrolldelay=500>向右跳动移动字</marquee>
(11) 发向上跳动移动字:
<marquee height=100 direction=up scrolldelay=1000> 向上跳动移动字</marquee>
<marquee height=100 direction=down scrolldelay=1000> 向下跳动移动字</marquee>
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
9. 发图片:
注意,图片必须是网络上的图片。
11. 地址链接:
语句: <a href="http://地址链接网址......">点击这里</a>
12. 发按钮和按钮字:
按钮: <button></button>
空白按钮: <button> & nbsp;</button>
按钮字: <button>按钮字</button>
二. 各种字符图案:
<font face=wingdings size=4>A</font> A <font face=wingdings size=4>a</font> a
<font face=wingdings size=4>B</font> B <font face=wingdings size=4>b</font> b
<font face=wingdings size=4>C</font> C <font face=wingdings size=4>c</font> c
<font face=wingdings size=4>D</font> D <font face=wingdings size=4>d</font> d
<font face=wingdings size=4>E</font> E <font face=wingdings size=4>e</font> e
<font face=wingdings size=4>F</font> F <font face=wingdings size=4>f</font> f
<font face=wingdings size=4>G</font> G <font face=wingdings size=4>g</font> g
<font face=wingdings size=4>H</font> H <font face=wingdings size=4>h</font> h
<font face=wingdings size=4>I</font> I <font face=wingdings size=4>i</font> i
<font face=wingdings size=4>J</font> J <font face=wingdings size=4>j</font> j
<font face=wingdings size=4>K</font> K <font face=wingdings size=4>k</font> k
<font face=wingdings size=4>L</font> L <font face=wingdings size=4>l</font> l
<font face=wingdings size=4>M</font> M <font face=wingdings size=4>m</font> m
<font face=wingdings size=4>N</font> N <font face=wingdings size=4>n</font> n
<font face=wingdings size=4>O</font> O <font face=wingdings size=4>o</font> o
<font face=wingdings size=4>P</font> P <font face=wingdings size=4>p</font> p
<font face=wingdings size=4>Q</font> Q <font face=wingdings size=4>q</font> q
<font face=wingdings size=4>R</font> R <font face=wingdings size=4>r</font> r
<font face=wingdings size=4>S</font> S <font face=wingdings size=4>s</font> s
<font face=wingdings size=4>T</font> T <font face=wingdings size=4>t</font> t
<font face=wingdings size=4>U</font> U <font face=wingdings size=4>u</font> u
<font face=wingdings size=4>V</font> V <font face=wingdings size=4>v</font> v
<font face=wingdings size=4>W</font> W <font face=wingdings size=4>w</font> w
<font face=wingdings size=4>X</font> X <font face=wingdings size=4>x</font> x
<font face=wingdings size=4>Y</font> Y <font face=wingdings size=4>y</font> y
<font face=wingdings size=4>Z</font> Z <font face=wingdings size=4>z</font> z
<font face=wingdings size=4>0123456789</font> 0123456789
<font face=wingdings size=4>任意文字字母,变成特殊字符。</font>
任意文字字母,变成特殊字符。
<font color ="#FF0000" size ="7" face ="Webdings">ABCDEFGHIJKLM</font>
<font color ="#FF0000" size ="7" face ="Webdings">NOPQRSTUVWXYZ</font>
<font color ="#FF0000" size ="7" face ="Webdings">abcdefghijklm</font>
<font color ="#FF0000" size ="7" face ="Webdings">nppqrstuvwxyz</font>
<font color ="#FF0000" size ="7" face ="Webdings">0123456789</font>
ABCDEFGHIJKLM
NOPQRSTUVWXYZ
abcdefghijklm
nppqrstuvwxyz
0123456789
三. 混合语句:
1. 一步一步往上跳:
<marquee height=100 direction=up scrollamount=20 scrolldelay=1000 top=100><font color=#0000FF face=Arial, Helvetica, sans-serif> 一步一步往上跳</font></marquee>
------------------------------------------------------------------
------------------------------------------------------------------
2. 发色带移动字:
<marquee bgcolor=#ccff99>色带移动字</marquee>
3. 发移动倒黑体字:
<marquee><font size=4 face="@黑体">移动倒黑体字</font></marquee>
4. 发按钮倒黑体字:
<button><font size=4 face="@黑体">按钮倒黑体字</font></button>
5. 发移动按钮倒黑体字:
<marquee><button><font size=3 face="@黑体">移动按钮倒黑体字</font></button></marquee>
6. 发点按钮弹出文字:
<input type="button" value="点按钮" OnClick="alert('弹出文字')">
<input type="button" value="你的快乐:" OnClick="alert('就是我的快乐呀!')">
下面一句点完按钮,再在其他地方点一下。
<input type="button" value="你的快乐:" Onblur="alert('就是我的快乐呀!')">
<input type="button" value="请点这里" Onblur="alert('你点中我了!')">
7. 发双重字:
<input type="text" value="祝你快乐!" Onblur="alert(t1.value)" name="t1"><font face=wingdings size=4>J</font>
J
<input type="text" value="你的快乐:" Onblur="alert('就是我的快乐呀!')"><font face=wingdings size=4>J</font>
J
8. 发组合移动字:
(1) 发左右摆动字:
1):
[<marquee width=40 behavior=alternate>还~</marquee>][<marquee width=40 behavior=alternate>好~</marquee>][<marquee width=40 behavior=alternate>么~</marquee>]</font>
[
] [
] [
]
2):
转<marquee width=7% behavior=alternate>泡</marquee>转<marquee width=7% behavior=alternate>点</marquee>看<marquee width=7% behavior=alternate>不</marquee>看<marquee width=7% behavior=alternate>聊</marquee> <marquee behavior=alternate><u>嘻嘻~~</u></marquee>
转
转
看
看
(2) 左向异速字:
<marquee scrollamount=1>你好。</marquee><marquee scrollamount=2>你好。</marquee><marquee scrollamount=3>你好。</marquee><marquee scrollamount=4>你好。</marquee><marquee scrollamount=5>你好。</marquee>
(3) 中间异速字:
1) <center>------------------------------------------------------------------<BR>[<marquee width="15%" behavior=alternate scrollamount=1>你好。</marquee>]<BR>[<marquee width="33%" behavior=alternate scrollamount=2>你好。</marquee>]<BR>[<marquee width="42%" behavior=alternate scrollamount=3>你好。</marquee>]<BR>[<marquee width="51%" behavior=alternate scrollamount=4>你好。</marquee>]<BR>[<marquee width="60%" behavior=alternate scrollamount=5>你好。</marquee>]<BR> ------------------------------------------------------------------<BR></center>
[
[
[
[
[
------------------------------------------------------------------
2) <center>[<marquee width="33%" behavior=alternate scrollamount=2>你好。</marquee>]<BR>[<marquee width="42%" behavior=alternate scrollamount=3>你好。</marquee>]<BR>[<marquee width="51%" behavior=alternate scrollamount=4>你好。</marquee>]<BR></center>
[
[
(4) 左轮转字:
转<marquee width=5%>泡</marquee>转<marquee width=5%>点</marquee>看<marquee width=5%>不</marquee>看<marquee width=5%>聊</marquee><marquee><u>嘻嘻~~</u></marquee>
转
转
看
看
(5) 上下左右游动粗体黑字:
<marquee height=50 behavior=alternate direction=up><marquee behavior=alternate><b><font color=BLACK>上下左右游动粗体黑字</font></b></marquee></marquee>
(6) 左右易位:
<marquee direction=right>哇</marquee><center>嘿 嘿</center><marquee>哦</marquee></font>
(7) 向左跳动:
<marquee scrolldelay=500 scrollamount=100>啦啦啦,我走一步,停一停!</marquee>
(8) 向左跑动:
<marquee scrollamount=20>啦啦啦,我走得好快哟!</marquee>
9) 来回走动:
<marquee behavior=alternate>啦啦啦,我来回走耶!</marquee>
(10) 向左走动:
<marquee behavior=scroll>啦啦啦,我一圈一圈绕着走!</marquee>
(11) 中间出三次走动:
<marquee loop=3 width=50% behavior=scroll>啦啦啦,我只走 3 趟哟!</marquee>
(12) 向上浮动:
<marquee direction="up" style="position:absolute;height:100%"> 呵呵!</marquee>
(13) 向下浮动:
<marquee direction="down" style="position:absolute;height:100%"> 希望你成为这里的老朋友!</marquee>
9. 方框游动字:
(1) <p align="center"><table border="1" width="50%"><tr><td width="100%"><marquee behavior="alternate"><font color="#FF0000" size="6" face="幼圆">方框游动字</font></marquee></td></tr></table></p>
(2) <p align="center"><table border="2" width="20%"><tr><td width="100%"><marquee behavior="alternate"><font color="#FF0000" size="6" face="隶书">泡.点.</font></marquee></td></tr></table></p>
(3) <p align="center"><table border="3" width="50%"><tr><td width="80%"><marquee behavior="alternate"><font color="#FF0000" size="4" face="宋体">弟姐妹们,我要先闪了!嘿嘿! </font></marquee></td></tr></table></p>
(4) <marquee height=150 behavior=alternate direction=up><marquee behavior=alternate><table border=2 width="120"><tr><th><em><font color=#FF0000 size=6 face=隶书 >泡.点.</font></em></th></tr></table></marquee></marquee>
泡.点. |
---|
10. 文字图片组合:
(1) 游动文字图片:
<marquee behavior=alternate><table cellspacing=5 border=5 bordercolorlight=red bordercolordark=blue><tr><th bgcolor=yellow><em><font color=red>大家觉得怎么样啊?????????????????????????????????????!<img src=//images.sj33.cn/uploads/allimg/200712/20071224002837246.jpg></font></em></th> </tr></table></marquee>
(2) 发 先上下左右游动10次、后左右摆动粗体字及图片
<marquee height=140 behavior=alternate loop=10 direction=up><marquee behavior=alternate><b><font color=BLACK>摇呀摇,摇到外婆桥!<img src=/upimg/allimg/070225/1421382.gif></font> </b></marquee></marquee>
(3) 发上下左右游动图片
<marquee height=80 behavior=alternate direction=up><marquee behavior=alternate><img src="/upimg/allimg/070225/1421385.gif"></marquee></marquee>
(4) 向左移动图片文字:
<marquee><img src=/upimg/allimg/070225/1421385.gif><font size=5>呵呵!我看还是摇铃吧!!!</font></marquee>
呵呵!我看还是摇铃吧!!!
11. 发居中渐大文字:
<center><font color=#ff0000> <h6>爱你</h6> <h5>好爱你</h5> <h4>我好爱你</h4> <h3>我真的好爱你</h3> <h2>好好好啊爱护爱你</h2> <h1>爱你</h1></font></center>
爱你
好爱你
我好爱你
我真的好爱你
好好好啊爱护爱你
爱你
12. 发渐大五星:
<font color ="#FCAB14" size ="1">★</font><font color ="#FF0000" size ="2">★</font><font color ="#FF0088" size ="3">★</font><font color ="#FF00FF" size ="4">★</font><font color ="#FF8800" size ="5">★</font><font color ="#FF8080" size ="6">★</font><font color ="#FF88FF" size ="7">★</font>
★ ★ ★ ★ ★ ★ ★
14. 聊天室发公告、警告:
下列公告、警告的发布应具有隐蔽性,发布时要注意调整好“你好”后面的时间:
(1) 你好。<font size=-3>(03:18:02)</font><br><font size=+1 color=ff0000>←心香一瓣聊天室→公告:<font color=0000ff>大家开心地聊吧。</font></font>
你好。(03:18:02)
←心香一瓣聊天室→公告:大家开心地聊吧。
(2) 你好。<font size=-3>(03:18:02)</font><br><font size=+1 color=ff0000>心香一瓣聊天室公告:<font color=0000ff>文明聊天。</font></font>
你好。(03:18:02)
心香一瓣聊天室公告:文明聊天。
(3) 你好。<font size=-3>(03:18:02)</font><br><font size=+1 color=ff0000>←心香一瓣聊天室→公告:<font color=0000ff>我要泡工作了,不聊了。</font></font>
你好。(03:18:02)
←心香一瓣聊天室→公告:我要泡工作了,不聊了。
(4) 你好。<font size=-3>(03:18:02)</font><br><font size=+1 color=ff0000>心香一瓣聊天室警告:<font color=0000ff>警告!</font></font>
你好。(03:18:02)
心香一瓣聊天室警告:警告!
(5) 你好。<font size=-3>(03:18:02)</font><br><font size=+1 color=ff0000>心香一瓣聊天室警告:<font color=0000ff>文明聊天,不准刷屏。</font></font>
你好。(03:18:02)
心香一瓣聊天室警告:文明聊天,不准刷屏。
(6) 你好。<font size=-3>(03:18:02)</font><br><font size=+1 color=ff0000>←心香一瓣聊天室→警告:<font color=0000ff>某精灵不要闹。</font></font>
你好。(03:18:02)
←心香一瓣聊天室→警告:某精灵不要闹。
(7) 你好。<font size=-3>(03:18:02)</font><br><font size=+1 color=007700>←心香一瓣聊天室→公告:<font color=0000ff>某精灵</font>因违反本室规定,被<font color=0000ff>天使</font>踢出聊天室了~</font>
你好。(03:18:02)
←心香一瓣聊天室→公告:某精灵因违反本室规定,被天使踢出聊天室了~
(8) 走了?<font size=-3>(14:18:30)</font><br>为了室容整洁,<b><font color=0000ff><u>walker</u></font></b>轻轻地清空了聊天室的画面。。。。。。 <>
走了?(14:18:30)
为了室容整洁,walker轻轻地清空了聊天室的画面。。。。。。<>
(9) 你好。<font size=-3>(14:18:30)</font><br>为了室容整洁,<b><font color=0000ff><u></u></font></b>轻轻的擦了一下聊天室的天空.......... <>
你好。(14:18:30)
为了室容整洁,walker轻轻的擦了一下聊天室的天空..........<>
15. 文字色带组合:
(1) 文字、色带双游动:
<marquee><marquee bgcolor=green><font size=5 color=white>文字、色带双游动</font></marquee></marquee>
(2) 发左定位色带移动字:
1) 左定位20色带移动字:
<marquee hspace=20 width=600 bgcolor=ffaaaa>左定位20色带移动字</marquee>
2) 左定位40色带移动字:
<marquee hspace=40 width=600 bgcolor=ffaaaa>左定位40色带移动字</marquee>
3) 左定位80色带移动字:
<marquee hspace=80 width=600 bgcolor=ffaaaa>左定位80色带移动字</marquee>
4) 左定位160色带移动字:
<marquee hspace=160 width=600 bgcolor=ffaaaa>左定位160色带移动字</marquee>
(3) 发定宽度色带移动字:
1) 定宽度100色带移动字:
<marquee width=100 bgcolor=ffaaaa>定宽度100色带移动字</marquee>
2) 定宽度200色带移动字:
<marquee width=200 bgcolor=ffaaaa>定宽度200色带移动字</marquee>
3) 定宽度400色带移动字:
<marquee width=400 bgcolor=ffaaaa>定宽度400色带移动字</marquee>
(4) 发相对宽度色带移动字:
1) 相对宽度25%色带移动字:
<marquee width=25% bgcolor=ffaaaa>相对宽度25%色带移动字</marquee>
2) 相对宽度50%色带移动字:
<marquee width=50% bgcolor=ffaaaa>相对宽度50%色带移动字</marquee>
3) 相对宽度75%色带移动字:
<marquee width=75% bgcolor=ffaaaa>相对宽度75%色带移动字</marquee>
(5) 发定行距色带移动字:
1) 定行距10色带移动字:
<marquee vspace=10 bgcolor=ffaaaa>定行距10色带移动字</marquee>
------------------------------------------------------------------
------------------------------------------------------------------
2) 定行距20色带移动字:
<marquee vspace=20 bgcolor=ffaaaa>定行距20色带移动字</marquee>
------------------------------------------------------------------
------------------------------------------------------------------
3) 定行距40色带移动字:
<marquee vspace=40 bgcolor=ffaaaa>定行距40色带移动字</marquee>
------------------------------------------------------------------
------------------------------------------------------------------
(6) 组合:
1) <font size=7 face="幼圆">你的快乐:</font><marquee hspace=20 vspace=40 width=200 bgcolor=ffaaaa align=middle>就是我的快乐呀!</marquee>
你的快乐:
2) <marquee scrollamount=10 bgcolor=black width=150 bEhavior=alTernate><font face=WINGDINGS color=white>aa</font></marquee><font size=5 color=red face=@宋体>大家好啊!</font>
大家好啊!
17 自动跳转其他网页:
(1) 自动跳转到“网络时空”:
<meta http-equiv=refresh content=500;url=http://www.592ta.com><div align=center><font color=#ff0000><font style=font:30pt face="楷体_GB2312">网页设计中心</font><font style=font:10pt face="宋体">――找寻生活的阳光色彩</font></font></div>
(2) 自动跳转到“中央电视台”:
<meta http-equiv=refresh content=500;url=http://www.cctv.com/><div align=center><img src=/upimg/allimg/070225/1421387.gif width=66 height=54>