鐵之狂傲

 取回密碼
 註冊
搜尋
列印 上一主題 下一主題

網路語法分享

[複製連結] 檢視: 6614|回覆: 0

切換到指定樓層
1#
網路語法

不知道有沒有回鍋

但是上次來找時,找不到我看的懂得= ="

現在在別的地方有找到

所以po給大家

字體效果↓

<h1> 標題字(最大) </h1>
<h6> 標題字(最小) </h6>
<b> 粗體字 </b>
<strong> 粗體字(強調) </strong>
<i> 斜體字 </i>
<em> 斜體字(強調) </em>
<dfn> 斜體字(表示定義) </dfn>
<u> 底線 </u>
<ins> 底線(表示插入文字) </ins>
<strike> 橫線 </strike>
<s> 刪除線 </s>
<del> 刪除線(表示刪除) </del>
<kbd> 鍵盤文字 </kbd>
<tt> 打字體 </tt>
<xmp> 固定寬度字體(在文件中空白、換行、定位功能有效)</xmp>
<plaintext> 固定寬度字體(不執行標記符號) </plaintext>
<listing> 固定寬度小字體 </listing>
字體<sup> 上標字 </sup>
字體<sub> 下標字 </sub>
<basefont> 設定基本字體大小 </basefont>
<address> 標註文字(斜體顯示) </address>
<q> 引用文字 </q>
<cite> 引用文字(斜體顯示) </cite>
<blockquote> 引用文字(右移) </blockquote>
<big> 以基本字體加大一級 </big>
<small> 以基本字體減小一級 </small>
<font style ="font-size:100 px"> 無限增大 </font>
<font color="00ff00"> 字體顏色 </font>
<font face="標楷體"> 設定字型 </font>


區段標記↓
<hr> 水平線

<hr size="9"> 水平線(設定大小)

<hr width="80%"> 水平線(設定寬度)

<hr color="ff0000"> 水平線(設定顏色)

深情 <br> 似夢(換行)

深情 <nobr> 似夢(不換行) </nobr>

深情<p> 似夢(段落) </p>

<center> 置中 </center>

<pre> 原始格式 </pre>

<div> 分離區段 </div>

<span> 小區段範圍 </span>

連結格式↓

<base href="位址">(預設好連結路徑)
<a href="位址"> 外部連結 </a>
<a href="位址" target="_blank"> 外部連結(另開新視窗) </a>
<a href="位址" target="_top"> 外部連結(全視窗連結) </a>
<a href="位址" target="頁框名"> 外部連結(在指定頁框連結) </a>
<a name="錨名稱"> 內部連結(設置錨的名稱) </a>
<a href="#錨名稱"> 內部連結 </a>

貼圖音樂↓

<img src="圖片位址">貼圖
<img src="圖片位址" width="180">設定圖片寬度
<img src="圖片位址" height="30">設定圖片高度
<img src="圖片位址" alt="提示文字">設定圖片提示文字
<img src="圖片位址" border="1">設定圖片邊框
<body background="圖片位置"背景圖片設定
<bgsound src="音樂檔位址">背景音樂設定
<bgsound src="音樂檔位址" loop="2">背景音樂(設定播放次數)
<bgsound src="音樂檔位址" volume="-5000">背景音樂(設定音量 -10000 ~ 0 )
<bgsound src="音樂檔位址" balance="0">背景音樂(設定左右聲道音量 -10000 ~ +10000)
<embed src="音樂檔位址">內嵌音樂
<embed src="音樂檔位址" height="30">內嵌音樂(設定高度)
<embed src="音樂檔位址" width="180">內嵌音樂(設定寬度)


跑馬燈↓
<marquee> 普通捲動 </marquee>
<marquee behavior="slide"> 滑動 </marquee>
<marquee behavior="scroll"> 預設捲動 </marquee>
<marquee behavior="alternate"> 來回捲動 </marquee>
<marquee direction="down"> 向下捲動 </marquee>
<marquee direction="up"> 向上捲動 </marquee>
<marquee direction="right"> 向右捲動 </marquee>
<marquee direction="left"> 向左捲動 </marquee>
<marquee loop="2"> 捲動次數 </marquee>
<marquee width="180"> 設定寬度 </marquee>
<marquee height="30"> 設定高度 </marquee>
<marquee bgcolor="FF0000"> 設定背景顏色 </marquee>
<marquee scrollamount="30"> 設定捲動距離 </marquee>
<marquee scrolldelay="300"> 設定捲動時間 </marquee>

較顯眼的語法↓

<TABLE BORDER="6" BGCOLOR="PINK"><TD>!較顯眼的語法!</TD></TABLE>
<SPAN STYLE="WIDTH:450;FONT-SIZE:30pt;COLOR:#FFFF00;filter:Glow(Color=#FF0000,Strength=10)">!較顯眼的語法!</SPAN>
<SPAN STYLE="COLOR:#009999;WIDTH:200; FONT-SIZE:30pt;filter:DropShadow(Offx=5,Offy=5,Color=#fff080)">!較顯眼的語法!</SPAN>
<SPAN style="height:1;Filter:dropshadow(Color=b4b4b4,offx=2,offy=2)">!較顯眼的語法!</SPAN>
<SPAN style="height:1;Filter:shadow(Color=#00CFCF,direction=140)">!較顯眼的語法!</SPAN>
<button>!較顯眼的語法!</button>
~風<sup>~之</sup><sub>痕~</sub>^0^~
<span style="background-color:yellow">!較顯眼的語法!</span>
<button><SPAN style="height:1;Filter:shadow(Color=#00CFCF,direction=140)">!較顯眼的語法!</SPAN></button>
<button><span style="background-color:yellow">!較顯眼的語法!</span></button>
<TABLE BORDER="2" BGCOLOR="PINK"><TD><button><SPAN STYLE="WIDTH:400;FONT-SIZE:30pt;COLOR:#FFFF00;filter:Glow(Color=#FF0000,Strength=10)">!較顯眼的語法!</SPAN></button></TD></TABLE>
 
[SIZE=3][FONT=細明體][COLOR=cyan][SIZE=2][LEFT][SIZE=4][COLOR=cyan]有學樂器或喜歡唱歌、音樂的人[/COLOR][/SIZE][/LEFT] [COLOR=cyan][/COLOR] [COLOR=cyan][/COLOR] [SIZE=4][COLOR=cyan]要來這裡看看→[/COLOR][/SIZE][URL="https://www.gamez.com.tw/forumdisplay.php?f=144"][SIZE=5][COLOR=yellow]狂飆音符悅音版[/COLOR][/SIZE][/URL] [URL="https://www.gamez.com.tw/showthread.php?t=274456"][SIZE=4][COLOR=lime]我的鋼琴錄音[/COLOR][/SIZE][/URL][SIZE=4] [COLOR=red]<~~希望大家來這裡幫我聽聽給點[/COLOR][/SIZE][SIZE=3][COLOR=red]意見吧^^[/COLOR][/SIZE] [SIZE=3][COLOR=#ff0000][/COLOR][/SIZE] [SIZE=3][COLOR=#ff0000][/COLOR][/SIZE] [/SIZE][SIZE=3][/SIZE][/COLOR][/FONT][/SIZE]
轉播0 分享0 收藏0

回覆 使用道具 檢舉

全世界最先進的跳動筆
你需要登入後才可以回覆 登入 | 註冊

存檔|手機版|聯絡我們|新聞提供|鐵之狂傲

GMT+8, 24-4-25 12:29 , Processed in 4.212742 second(s), 15 queries , Gzip On.

回頂部