2007年1月30日 星期二

html 常用語法

超連結
< a href="連結">顯示文字< /a>

顯示圖片
< img src="圖片網址" title="滑鼠指標顯文字" >

播放背景音樂
< bgsound srcC="音樂檔網址" loop="-1">

media player 播放影片
< EMBED name=MediaPlayer src='影片網址' width=320 height=240 type=application/x-mplayer2 ShowControls='1' ShowStatusBar='1' allowScriptAccess='never' autoStart='1'>< /EMBED>

flash動畫
< object type="application/x-shockwave-flash data="c.swf?path=檔案網址" width="400" height="300"> < img src="noflash.gif" width="200" height="100" alt="" />< /object>

沒有留言: