兔妹介紹語法第二集,別忘了我的辛苦 ....
簡單語法 :
*改變字的大小顏色
語法:
<font size="字的大小" color="#色碼">輸入你要的字</font>
*變色文字
語法:
<img src= width=0 height=0 onerror="setInterval('font.style.color=Math.random()*255*255*255',500)"><font id="font">輸入你要出現的字</font>
*立體文字
語法:
<div style="FILTER: shadow(color=陰影色碼); WIDTH: 460px; HEIGHT: 30px"><FONT color=#文字色碼 size=文字大小>輸入你要寫的字</div></font>
*發亮文字
語法:
<font color=字體顏色 size=字體大小 face=字體 style=width:100%;filter:glow(color=陰影顏色)>輸入你要出現的字</font>
*底色文字
語法:
<font style=width:100%;filter:glow(color=底色,strength=50)><center>輸入你要出現的字</center></font>
*文字超連結
語法:
<a href="你要超連結網址" target="連結開啟方式">你要出現的字</a>
*貼圖
語法:
<img src="圖片網址" width="圖片顯示寬度尺寸" height="圖片顯示高度尺寸">
*矇朧圖片
語法:
<img src="圖片網址" style="filter:Alpha(opacity=100,style=三種變化(1至3));">
*圖片文字
語法:
<TABLE height=圖片高度 width=圖片寬度 align=center background=圖片網址 border=6> <TD style="FILTER: glow(strength=1)mask(color=#B4BBCF)chroma(color=#B4BBCF)" align=middle height=54><FONT face=MingLiU color=#8c96b5 size=6><B><I>輸入你要出現的字</I></B></FONT></TD></TABLE>
範例: <TABLE height=170 width=420 align=center background=http://myweb.hinet.net/home6/z2525w7777/img01/0251.gif border=6> <TD style="FILTER: glow(strength=1)mask(color=#B4BBCF)chroma(color=#B4BBCF)" align=middle height=54><FONT face=MingLiU color=#8c96b5 size=6><B><I>★呆呆之家★</I></B></FONT></TD></TABLE>
*圖片超連結
語法:
<a href="你要連結網址" target="視窗開啟方式"><img src="圖片網址" alt="網頁說明" width="圖片的寬度" height="圖片的高度"></a>
*水中倒影
語法:
<img id="reflect" src="圖片網址"><br> <script language="JavaScript1.2"> function f1(){setInterval("mdiv.filters.wave.phase+=10",100);} if (document.all){document.write('<img id=mdiv src="'+document.all.reflect.src+'" style="filter:wave(strength=3,freq=3,phase=0,lightstrength=30) blur() flipv()">') window.onload=f1} </script>