常用語法(可以到語法練習測試,而後用之於留言版) 背景圖

語法: <body background="背景網址"> 範例: <body background="0003.jpg"> 結果: 背景圖 <<------按

跑馬燈

語法: <marquee behavior="alternate">輸入你要寫入的字</marquee> 範例: <marquee behavior="alternate">跑馬燈會了吧</marquee> 結果:跑馬燈會了吧

Realplayer音樂播放

語法: <embed src="音樂檔網址" width="播放器寬度" height="播放器高度" autostart="true" controls="controlpanel" type="audio/x-pn-realaudio-plugin"> 範例: <embed src="http://music.jl.cninfo.net/newzj/sammi/07/01.rm" width="250" height="25" autostart="true" controls="controlpanel" type="audio/x-pn-realaudio-plugin"> 結果:音樂:天衣無縫 <<------按

波浪彩虹

語法: <applet codebase="http://home.pchome.com.tw/star/smw00637/class/" code="colors.class" width="寬" height="高"> <param name="test" value="輸入你要出現的字"><param name="delay" value="60"></applet> 範例: <applet codebase="http://home.pchome.com.tw/star/smw00637/class/" code="colors.class" width="450" height="60"> <param name="test" value="好累先休息一下"> <param name="delay" value="60"></applet> 結果:

字上下擺動

語法: <font size="字體大小" face=字體 color="字體顏色"> <marquee direction=up behavior=alternate width=寬度 height=擺動的高度>輸</marquee> 範例: <font size="4" face=標楷體 color="//#ff0000"> <marquee direction=up behavior=alternate width=40 height=100>輸 </marquee> <marquee direction=up behavior=alternate width=40 height=80>入</marquee> <marquee direction=up behavior=alternate width=40 height=70>你</marquee> <marquee direction=up behavior=alternate width=40 height=60>要</marquee> <marquee direction=up behavior=alternate width=40 height=70>出</marquee><marquee direction=up behavior=alternate width=40 height=85> 現</marquee> <marquee direction=up behavior=alternate width=40 height=100>字</marquee></FONT> 結果:

打字效果

語法: <applet codebase="http://home.pchome.com.tw/star/smw00637/class/" code="TypeWriterScroller.class" width="寬" height="高"> <param name="message" value="\n從這裡輸入你要出現的字"><param name="text_color" value="0000ff"></applet> 範例: <applet codebase="http://home.pchome.com.tw/star/smw00637/class/" code="TypeWriterScroller.class" width="450" height="90"> <param name="message" value="\n從這裡輸入你要出現的字\n第二行的字看到了嗎\n第三行會了嗎\n自行增加字"><param name="text_color" value="0000ff"> </applet> 結果:

字加流星

語法: <font color="#色碼" style=background:url(底圖網址)>輸入你要寫的字</font> 範例: <font color="#EE0005" style=background:url(http://home.pchome.com.tw/star/onisam/img/0002.gif)>這樣子你會了嗎??</font> 結果:這樣子你會了嗎??

字加流星(移動)

語法: <marquee behavior=scroll><font style=background:url(底圖網址)> <font color=#色碼 size=字體大小>輸入你要寫的字 </font> 範例: <marquee behavior=scroll> <font style=background:url(http://home.pchome.com.tw/star/onisam/img/0002.gif)> <font color=#ffffca size=4>這樣子你會了嗎 </font> 結果:
這樣子你會了嗎

回上頁