html常用程式碼3

jian436發表於2009-09-17

1)貼圖:<img src="圖片地址">

2)加入連線:<a href="所要連線的相關地址">寫上你想寫的字</a>

3)在新視窗開啟連線:<a href="相關地址" target="_blank">寫上要寫的字</a>

4)移動字型(走馬燈):<marquee>寫上你想寫的字</marquee>

5)字型加粗:<b>寫上你想寫的字</b>

6)字型斜體:<i>寫上你想寫的字</i>

7)字型下劃線: <u>寫上你想寫的字</u>

8)字型刪除線: <s>寫上你想寫的字</s>

9)字型加大: <big>寫上你想寫的字</big>

10)字型控制大小:<h1>寫上你想寫的字</h1> (其中字型大小可從h1-h5,h1最大,h5最小)

11)更改字型顏色:<font color="#value">寫上你想寫的字</font>(其中value值在000000與ffffff(16位進位制)之間

12)消除連線的下劃線:<a href="相關地址" style="text-decoration:none">寫上你想寫的字</a>

13)貼音樂:<embed src="音樂地址" width="寬度" height="高度" autostart=false>

14)貼flash: <embed src="flash地址" width="寬度" height="高度">
15)貼影視檔案:<img dynsrc="檔案地址" width="寬度" height="高度" start=mouseover>

16)換行:<br/>

17)段落:

段落

18)原始文字樣式:<pre>正文</pre>

19)換帖子背景:<body background="背景圖片地址">

20)固定帖子背景不隨滾動條滾動:<body background="背景圖片地址" body
bgproperties=fixed>

21)定製帖子背景顏色:<body bgcolor="#value">(value值見10)

22)帖子背景音樂:<bgsound="背景音樂地址" loop=infinite>

23)貼網頁:<iframe src="相關地址" width="寬度" height="高度"></iframe>


貼背景圖案
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center background=放入背
景圖案網址或bgColor=#顔色 border=0>
<TBODY>
<TR>
<TD>

這裡放貼子的內容

</TD></TR></TBODY></TABLE></CENTER>

 

 

 

 

 

貼歌程式碼

1.背景音樂(適合 mid wma等格式)
<bgsound src=音樂網址 loop=-1>


2.音訊(適合mp3 wma rm等很多格式)

 

程式碼如下:
<embed src=音樂網址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbar autostart=true loop=true width=400 height=40>
3.視訊
<embed src=視訊網址 type=audio/x-pn-realaudio-plugin controls=imagewindow,controlpanel,statusbar autostart=true loop=true width=400 height=400>

4.flash
<embed src=網址 width=400 height=400>


說明:autostart=true 表示是否要音樂檔案傳送完就自動播放,true是要,false是不要,預設為true

loop=true 表示設定播放重複次數,loop=3表示重複3次,true表示無限次播放,false播放一次即停止。

width=寬度 height=高度 可以設定控制播放器皮膚的大小,如果都設定為0就可以把播放器隱藏了

相關文章