2008-11-8 22:44
mcl1101
初步認識 HTML(第四課•文字換行標籤)
<P><FONT face=Verdana><FONT color=darkgreen>在一般的文字檔裡,只要按下鍵盤上的 Enter 鍵就會產生一個分行字元,從而顯示文字檔的分行效果,然而在 HTML 文字檔裡所產生的分行字元,在瀏覽器裡並不會被視為分行字元,所以如果要產生分行字元,就要利用 <FONT color=red><br></FONT> 這標籤。</FONT> </FONT></P>
<P><FONT face=Verdana></FONT> </P>
<P><FONT face=Verdana><U><FONT color=blue>範例一:沒有用文字換行標籤</FONT></U> </FONT></P>
<P><FONT face=Verdana>[quote] </FONT></P>
<P><FONT face=Verdana><FONT color=darkgreen>沒有用文字換行標籤的 HTML 原始碼:</FONT> </FONT></P>
<P><FONT face=Verdana></FONT> </P>
<P><IMG onmousewheel="return imgzoom(this)" onmouseover="attachimg(this, 'mouseover')" onclick="attachimg(this, 'click', 'http://i446.photobucket.com/albums/qq182/mcl1101/HTML-10.jpg')" alt="" src="http://i446.photobucket.com/albums/qq182/mcl1101/HTML-10.jpg" onload="attachimg(this, 'load', 'Click here to open new window\nCTRL+Mouse wheel to zoom in/out')" border=0></P>
<P><FONT face=Verdana></FONT> </P>
<P><FONT face=Verdana><FONT color=darkgreen>瀏覽時的結果:</FONT> </FONT></P>
<P><FONT face=Verdana></FONT> </P>
<P><IMG onmousewheel="return imgzoom(this)" onmouseover="attachimg(this, 'mouseover')" onclick="attachimg(this, 'click', 'http://i446.photobucket.com/albums/qq182/mcl1101/HTML-11.jpg')" alt="" src="http://i446.photobucket.com/albums/qq182/mcl1101/HTML-11.jpg" onload="attachimg(this, 'load', 'Click here to open new window\nCTRL+Mouse wheel to zoom in/out')" border=0></P>
<P><FONT face=Verdana></FONT> </P>
<P><FONT face=Verdana>[/quote] </FONT></P>
<P><FONT face=Verdana></FONT> </P>
<P><FONT face=Verdana><U><FONT color=blue>範例二:用了文字換行標籤</FONT></U> </FONT></P>
<P><FONT face=Verdana>[quote] </FONT></P>
<P><FONT face=Verdana><FONT color=darkgreen>有了用文字換行標籤的 HTML 原始碼:</FONT> </FONT></P>
<P><FONT face=Verdana></FONT> </P>
<P><IMG onmousewheel="return imgzoom(this)" onmouseover="attachimg(this, 'mouseover')" onclick="attachimg(this, 'click', 'http://i446.photobucket.com/albums/qq182/mcl1101/HTML-12.jpg')" alt="" src="http://i446.photobucket.com/albums/qq182/mcl1101/HTML-12.jpg" onload="attachimg(this, 'load', 'Click here to open new window\nCTRL+Mouse wheel to zoom in/out')" border=0></P>
<P><FONT face=Verdana></FONT> </P>
<P><FONT face=Verdana><FONT color=darkgreen>瀏覽時的結果:</FONT> </FONT></P>
<P><FONT face=Verdana></FONT> </P>
<P><IMG onmousewheel="return imgzoom(this)" onmouseover="attachimg(this, 'mouseover')" onclick="attachimg(this, 'click', 'http://i446.photobucket.com/albums/qq182/mcl1101/HTML-13.jpg')" alt="" src="http://i446.photobucket.com/albums/qq182/mcl1101/HTML-13.jpg" onload="attachimg(this, 'load', 'Click here to open new window\nCTRL+Mouse wheel to zoom in/out')" border=0></P>
<P><FONT face=Verdana></FONT> </P>
<P><FONT face=Verdana>[/quote]</FONT></P>
[[i] 本帖最後由 mcl1101 於 2008-11-8 22:46 編輯 [/i]]