捲動文字
Sample : 以下是捲動文字範例∼

 

第一行文字

第二行文字

第三行文字

第四行文字

Part 1  Ctrl+C把以下框內編碼複製貼在<body></body>之間

 <html>

 <head>

 <title>標題</title>

 </head>

 <body>

 貼在這裡

 </body>

 </html>

【說明】

選擇性修改綠色部份

font face="
字型"
color="文字顏色"
scrollamount="1"  //捲動速度
direction="up" //捲動方向『updownleftright
width="
200" // 範圍寬度
height="150"  // 範圍高度
<p align="center">
第一行文字</p>
<p align="center">
第二行文字</p>
<p align="center">
第三行文字</p>
<p align="center">
第四行文字</p>

可隨意增加行數