|
語法教學 |
| 貼圖 | 語法: | <img src="圖片網址"> |
| 範例: | <img src="http://residence.educities.edu.tw/forice15/nina/4/love5.gif"> | |
| 結果: |
|
|
| 備註: | 如有看到喜歡的圖片,而不知其"圖片網址"時 ,可將滑鼠置於該圖,點其右鍵,看其最下方的"內容",便可知其"圖片網址" |
| 變換字的 大小顏色 |
語法: | <font size=字的大小 color="#色碼">字串</font> |
| 範例: | <font size=3 color="#66FF99">安安..</font> | |
| 結果: | 安安.. |
| 底圖字 | 語法: | <font color="#色碼" style=background:url(底圖網址)>字串</font> |
| 範例: | <font color="#66FF99" style=background:url(http://w5.mychat.to/webpic/222/22269i.gif)>安安</font> | |
| 結果: | 安安 |
| 播放音樂 | 語法: | <bgsound src="音樂檔網址" autostart=true>歌名 |
| 範例: | <bgsound src="http://www.8d8d.com.tw/page/home.html/397ED22-3BE35CBF-746C796D025/page/download.html?file=tlym.mid" autostart=true>To Love You More | |
| 結果: | To Love You More <---按(這個語法會自動播放) |
| 移動 (底發亮) |
語法: | <font size=字的大小 style=background:url(底圖網址)><marquee>字串</marquee></font> |
| 範例: | <font size=3 style=background:url(http://w5.mychat.to/webpic/212/21251i.gif)><marquee>安安</marquee></font> | |
| 結果: |
| 功能表 (下拉式) |
語法: | <select><option selected>字串</option><option>字串</option><option>字串</option><option>字串</option><option>字串</option></select> |
| 範例: | <select><option selected>請問美女</option><option>哪裡人?</option><option>幾歲?</option><option>身高?體重?</option><option>有沒有公?</option></select> | |
| 結果: |
| 按鈕 | 語法: | <input type="button" value="字串"> |
| 範例: | <input type="button" value="按扭"> | |
| 結果: |
| 啟動按扭 | 語法: | <input type=button value="字串" onClick="window.open('所要開啟的網址','sliderdemo');" name="button"> |
| 範例: | <input type=button value="圖片" onClick="window.open('http://dye.mychat.to/gif_img/girl/dye_co_gi_125.gif','sliderdemo');" name="button"> | |
| 結果: |
| 連結 (另開視窗) |
語法: | <a href="新視窗網址" target="_blank">字串</a> |
| 範例: | <a href="http://w2.mychat.to/chat/ice/" target="_blank">拉子聚點聊天館</a> | |
| 結果: | 拉子聚點聊天館 |
| 燃燒字 | 語法: | <font style=width:100%;filter:glow(color="#色瑪") ><font size=字的大小>字串</font></font> |
| 範例: | <font style=width:100%;filter:glow(color="#FF0000") ><font size=3>拉子聚點聊天館</font></font> | |
| 結果: | 拉子聚點聊天館 |
| 跑馬燈 (由右向左) |
語法: | <marquee width="寬" height="高">字串</marquee> |
| 範例: | <marquee width="150" height="20">跑馬燈(捲動右往左)</marquee> | |
| 結果: |
| 跑馬燈 (由左向右) |
語法: | <marquee width="寬" height="高">字串</marquee> |
| 範例: | <marquee width="150" height="20" direction="right">跑馬燈(捲動左往右)</marquee> | |
| 結果: |
| 跑馬燈 (滑動) 右向左 |
語法: | <marquee behavior="slide">字串</marquee> |
| 範例: | <marquee behavior="slide">跑馬燈(滑動右往左)</marquee> | |
| 結果: |
| 跑馬燈 (滑動) 左向右 |
語法: | <marquee behavior="slide" direction="right">字串</marquee> |
| 範例: | <marquee behavior="slide" direction="right">跑馬燈(滑動左往右)</marquee> | |
| 結果: |
| 跑馬燈 (交替) 右向左 |
語法: | <marquee behavior="alternate">字串</marquee> |
| 範例: | <marquee behavior="alternate">跑馬燈(交替由右向左)</marquee> | |
| 結果: |
| 跑馬燈 (交替) 左向右 |
語法: | <marquee behavior="alternate" direction="right">字串</marquee> |
| 範例: | <marquee behavior="alternate" direction="right">跑馬燈(交替由左向右)</marquee> | |
| 結果: |
| 本站圖示 | 連結語法 |
|
|
<a href="http://w2.mychat.to/chat/ice/" target="_blank"> <img src="http://residence.educities.edu.tw/forice15/nina/4/w2ice.gif" border="0"></a> |