<p>---恢復內容開始---</p>1.html標籤html
<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>設定捲動時間 框架
<marquee οnmοuseοver="this.stop()">...</marquee>鼠標通過上面時中止滾動
<marquee οnmοuseοver="this.start()">...</marquee>鼠標離開時開始滾動 ide
<h1>...</h1>標題字(最大)
<h6>...</h6>標題字(最小)
<b>...</b>粗體字 oop
<strong>...</strong>粗體字(強調) (同上效果略同)
<i>...</i>斜體字
<em>...</em>斜體字(強調) post
<dfn>...</dfn>斜體字(表示定義)
<u>...</u>底線 字體
<ins>...</ins>底線(表示插入文字)
<strike>...</strike>橫線
<s>...</s>刪除線 this
<del>...</del>刪除線(表示刪除)
<kbd>...</kbd>鍵盤文字
<tt>...</tt> 打字體 搜索引擎
<xmp>...</xmp>固定寬度字體(在文件中空白、換行、定位功能有效)
<plaintext>...</plaintext>固定寬度字體(不執行標記符號)
<listing>...</listing> 固定寬度小字體
<hr size=’9’>水平線(設定大小)
<hr width=’80%’>水平線(設定寬度)
<hr color=’ff0000’>水平線(設定顏色)
<br>(換行)
<nobr>...</nobr>水域(不換行)
<p>...</p>水域(段落)
<center>...</center>置中
<base href=位址>(預設好連結路徑)
<a href=位址></a>外部連結
<a href=位址 target=’_blank’></a>外部連結(另開新視窗)
<a href=位址 target=’_top’></a>外部連結(全視窗連結)
<a href=位址 target=’頁框名’></a>外部連結(在指定頁框連結)
<img src=圖片位址>貼圖
<img src=圖片位址 width=’180’>設定圖片寬度
<img src=圖片位址 height=’30’>設定圖片高度
<img src=圖片位址 alt=’提示文字’>設定圖片提示文字
<img src=圖片位址’ border=’1’>設定圖片邊框
<bgsound src=MID音樂檔位址>背景音樂設定
<table aling=left>...</table>表格位置,置左
<table aling=center>...</table>表格位置,置中
<table background=圖片路徑>...</table>背景圖片的URL=就是路徑網址
<table border=邊框大小>...</table>設定表格邊框大小(使用數字)
<table bgcolor=顏色碼>...</table>設定表格的背景顏色
<table borderclor=顏色碼>...</table>設定表格邊框的顏色
<table borderclordark=顏色碼>...</table>設定表格暗邊框的顏色
<table borderclorlight=顏色碼>...</table>設定表格亮邊框的顏色
<table cellpadding=參數>...</table>指定內容與格線之間的間距(使用數字)
<table cellspacing=參數>...</table>指定格線與格線之間的距離(使用數字)
<table cols=參數>...</table>指定表格的欄數
<table frame=參數>...</table>設定表格外框線的顯示方式
<table width=寬度>...</table>指定表格的寬度大小(使用數字)
<table height=高度>...</table>指定表格的高度大小(使用數字)
<td colspan=參數>...</td>指定儲存格合併欄的欄數(使用數字)
<td rowspan=參數>...</td>指定儲存格合併列的列數(使用數字)
分割視窗
<frameset cols="20%,*">左右分割,將左邊框架分割大小爲20%右邊框架的大小瀏覽器會自動調整
<frameset rows="20%,*">上下分割,將上面框架分割大小爲20%下面框架的大小瀏覽器會自動調整
<frameset cols="20%,*">分割左右兩個框架
<frameset cols="20%,*,20%">分割左中右三個框架
<分割上下兩個框架
<frameset rows="20%,*,20%">分割上中下三個框架
屬性:
cols 垂直切割窗口(如左右分割兩個窗口)接受整數值,百分數,*(*表明佔用餘下空間)數值的個數表明分紅的部分數目,要以逗號分隔。例:cols="30,*,50%"能夠 切成三個視窗,第一部分是30像素(pixels)爲絕對分割,第二部分是當分配完第一和第三視圖後剩下的空間,第三部分則佔整個窗口的50%寬度,爲相對分割。
rows 就是橫向切割,將窗口上下分開,數值設置同上。
以上兩屬性儘可能不要在同一個<frameset>標記中,由於王井(netscape)不支持,儘可能採用多重分割。
frameborder 設置框架的邊框,其值有0不要邊框,1要邊框。
border 設置框架邊框厚度
framespacing 表示框架與框架間保留空白的距離
frame 元素(單標籤)
語法格式:
<frame name="" src="url" scrolling="yes/no" noresize>
屬性:
name 框架名稱,指定框架來作鏈接的目標窗口。
src 框架中要顯示的網頁文當url地址,每一個個框架要對應一個html文擋。
scrolling 是否顯示滾動條,yes/no,auto是自動。
noresize 設置不讓使用者改變這個框架的大小,
noframe元素
指定當使用了框架的頁面在不支持框架的瀏覽器中打開時顯示的信息
語法格式: <noframe> ......
</noframe>
表單<form></form>
語法格式:
<form action="url" method="get/post"> ....
<input type=submit><input type=reset> </form>
method有兩種提交方式get,post
action 是指明處理該表單的程序位置,這樣表單所填的資料才能傳給cgi作處裏,可設定此參數爲action="mailto:lwr8494@163.com" 這樣此表單所填的資料將會發送到這個郵箱地址。
method 是指傳送信息給cgi等網絡程序的方式。可選post方法,
get方法,post方法允許傳送大量信息。get方法只接受低於1k的信息。
申請表單用的是post搜索引擎用的是get<p>---恢復內容結束---</p>1.html標籤
<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>設定捲動時間
<marquee οnmοuseοver="this.stop()">...</marquee>鼠標通過上面時中止滾動
<marquee οnmοuseοver="this.start()">...</marquee>鼠標離開時開始滾動
<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> 固定寬度小字體
<hr size=’9’>水平線(設定大小)
<hr width=’80%’>水平線(設定寬度)
<hr color=’ff0000’>水平線(設定顏色)
<br>(換行)
<nobr>...</nobr>水域(不換行)
<p>...</p>水域(段落)
<center>...</center>置中
<base href=位址>(預設好連結路徑)
<a href=位址></a>外部連結
<a href=位址 target=’_blank’></a>外部連結(另開新視窗)
<a href=位址 target=’_top’></a>外部連結(全視窗連結)
<a href=位址 target=’頁框名’></a>外部連結(在指定頁框連結)
<img src=圖片位址>貼圖
<img src=圖片位址 width=’180’>設定圖片寬度
<img src=圖片位址 height=’30’>設定圖片高度
<img src=圖片位址 alt=’提示文字’>設定圖片提示文字
<img src=圖片位址’ border=’1’>設定圖片邊框
<bgsound src=MID音樂檔位址>背景音樂設定
<table aling=left>...</table>表格位置,置左
<table aling=center>...</table>表格位置,置中
<table background=圖片路徑>...</table>背景圖片的URL=就是路徑網址
<table border=邊框大小>...</table>設定表格邊框大小(使用數字)
<table bgcolor=顏色碼>...</table>設定表格的背景顏色
<table borderclor=顏色碼>...</table>設定表格邊框的顏色
<table borderclordark=顏色碼>...</table>設定表格暗邊框的顏色
<table borderclorlight=顏色碼>...</table>設定表格亮邊框的顏色
<table cellpadding=參數>...</table>指定內容與格線之間的間距(使用數字)
<table cellspacing=參數>...</table>指定格線與格線之間的距離(使用數字)
<table cols=參數>...</table>指定表格的欄數
<table frame=參數>...</table>設定表格外框線的顯示方式
<table width=寬度>...</table>指定表格的寬度大小(使用數字)
<table height=高度>...</table>指定表格的高度大小(使用數字)
<td colspan=參數>...</td>指定儲存格合併欄的欄數(使用數字)
<td rowspan=參數>...</td>指定儲存格合併列的列數(使用數字)
分割視窗
<frameset cols="20%,*">左右分割,將左邊框架分割大小爲20%右邊框架的大小瀏覽器會自動調整
<frameset rows="20%,*">上下分割,將上面框架分割大小爲20%下面框架的大小瀏覽器會自動調整
<frameset cols="20%,*">分割左右兩個框架
<frameset cols="20%,*,20%">分割左中右三個框架
<分割上下兩個框架
<frameset rows="20%,*,20%">分割上中下三個框架
屬性:
cols 垂直切割窗口(如左右分割兩個窗口)接受整數值,百分數,*(*表明佔用餘下空間)數值的個數表明分紅的部分數目,要以逗號分隔。例:cols="30,*,50%"能夠 切成三個視窗,第一部分是30像素(pixels)爲絕對分割,第二部分是當分配完第一和第三視圖後剩下的空間,第三部分則佔整個窗口的50%寬度,爲相對分割。
rows 就是橫向切割,將窗口上下分開,數值設置同上。
以上兩屬性儘可能不要在同一個<frameset>標記中,由於王井(netscape)不支持,儘可能採用多重分割。
frameborder 設置框架的邊框,其值有0不要邊框,1要邊框。
border 設置框架邊框厚度
framespacing 表示框架與框架間保留空白的距離
frame 元素(單標籤)
語法格式:
<frame name="" src="url" scrolling="yes/no" noresize>
屬性:
name 框架名稱,指定框架來作鏈接的目標窗口。
src 框架中要顯示的網頁文當url地址,每一個個框架要對應一個html文擋。
scrolling 是否顯示滾動條,yes/no,auto是自動。
noresize 設置不讓使用者改變這個框架的大小,
noframe元素
指定當使用了框架的頁面在不支持框架的瀏覽器中打開時顯示的信息
語法格式: <noframe> ......
</noframe>
表單<form></form>
語法格式:
<form action="url" method="get/post"> ....
<input type=submit><input type=reset> </form>
method有兩種提交方式get,post action 是指明處理該表單的程序位置,這樣表單所填的資料才能傳給cgi作處裏,可設定此參數爲action="mailto:lwr8494@163.com" 這樣此表單所填的資料將會發送到這個郵箱地址。 method 是指傳送信息給cgi等網絡程序的方式。可選post方法, get方法,post方法允許傳送大量信息。get方法只接受低於1k的信息。 申請表單用的是post搜索引擎用的是get