<HTML>

剛開始寫網頁的時候已是兩年多前的事了, 那時甚麼<dreamwaver>, <frontpage>之類的軟件仍未大眾化, 因此便學了寫html, 全程自學, 當然有時是會遇到困難的, 但寫得多看得多後, 總算不致得回個桔, 以下是一些較為特別的html tag, 識也可能記不起, 所以對我來說是很重要的哦。

html tag
usage

< body left margin=”0” marginwidth=”0” topmargin=”0”>

 
<iframe name=”abc” scrolling=”no” width height frameborder style=”visibility:hidden”></iframe> 係網頁中間位開個frame

<table>
<tr><td vspace=1 hspace=2> xxx xxx
</table>

 
<embed src=”xxx.mp3” loop=”true” height=”50“ width=”100“ controls=”volumelever” autostart="true"></embed> 擺D歌落個homepage度
<a href=”xxx.html” target=_blank> 開個新的browser
<table>
<tr><td nowrap align=right valign=bottom width=40% cellpadding=4 cellspacing=0>xxx
</table>
 
<table>
<tr valign=top><td>xxx
</table>
 
<hr noshade size=1 width=5>  
<input maxlength=30>  
<body background=”122.gif” bgproperties=”fixed”> 等個背景唔郁
<frameset>
<frame noresize marginheight/marginwidth=1 name="left" src="left.html" width=100>
<frame name="main" src="main.html" width=*>
</frameset>
分frame
<map name="kenneth">
<area shape="circle" coords="190,113,29" href="trial2.htm">
<area shape="circle" coords="317,122,26" href="trial3.htm">
</map>
唔識形容, 自己試下