2010年11月23日 星期二

背景圖

 

格式<body background="路徑\圖檔檔名">

範例<body background="images\back.gif">

背景圖

button

 

<a href="content.htm" onMouseOver=document.haha.src="images/button2.gif"

button

表格

 

<table border=n>
<caption>表格標題</caption>
<tr><td>列一行一</td><td>列一行二</td></tr>
<tr><td>列二行一</td><td>列二行二</td></tr>
</table>

表格

閃爍字

 

格式

<BLINK>文字</BLINK>

閃爍字

標題

 

<html>
<head><title>標題測試</title></head>
<body> <center>
<h1>第一級標題</h1>正常文字
<h2>第二級標題</h2>正常文字

標題

置中

 

<head>
<title>西遊記</title>
</head>
<body>
<center>
齊天大聖到此一遊

置中

HTML外觀

 

<html>
<head>
<title>名稱</title>
</head>
<body>

HTML外觀