<html>......</html>html
<head>......</head>面試
<body>.......</body>ide
<HTML> <HEAD> <title>, <base>, <link>, <isindex>, <meta> </HEAD> <BODY> <h1>正文</h1> </BODY> </HTML>
<meta http-equiv="Content-Type" content="text/html;charset=#">oop
基本上全部的網站的網頁都有,如今通常都是UTF-8,和GBK2312
佈局
<body bgcolor=# text=# link=# alink=# vlink=#>字體
bgcolor --- 背景色彩網站
text --- 非可連接文字的色彩ui
link --- 可連接文字的色彩url
alink --- 正被點擊的可連接文字的色彩spa
vlink --- 已經點擊(訪問)過的可連接文字的色彩
(顏色RGB16進制)
背景圖象 <body background="image-URL">
頁面上方的空白(天頭) <body topmargin=#> #=margin amount
<a href="#"></a> 有下劃線的鏈接
< name="#"></a>無下劃線不像連接
默認的是在原來的窗口打開
target="Window_Name" (打開一個新的窗口屬性)
下面百度是在新窗口打開
<a href=" target="Window_Name">百度</a>
<hr>
標尺線的高度:<hr size=#>
例如:<hr size=10>
標尺線的寬度:<hr width=#>
例如:<hr width=50><hr width=50%>
標尺線的位置:<hr align=#> #=left, right
例如:<hr width=50% align=left> <hr width=50% align=right>
標尺線的顏色:<hr color=#>
例如:<hr color=#000000 >
<!doctype html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>Document</title> </head> <body bgcolor=#ff0033 text=#00ff99 link=#000099 alink=#330099 vlink=##66cc33> <h1>This is a heading</h1> <h2>This is a heading</h2> <h3>This is a heading</h3> <a href="http://www.baidu.com">百度</a><br/> <a name="http://www.baidu.com">百度1</a> <hr> <hr size=20> <hr width=50> <hr width=50%> <hr width=50%> <hr width=50%> <hr noshade> <hr color=#000000 > </body> </html>
字體由大到小
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<hn></hn>這些標記顯示黑體字,自動插入空行
<font size=#>....</font>#=1,2,3,4,5,6,7
加粗:<b>....</b>
斜體:<i>.....</i>
下劃線:<u>....</u>
打字機文本:<tt>...</tt>
上標註:<sup></sup>
下標註:<sub></sub>
刪除文本定義: <s></s> <strike></strike>
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <b>加粗</b><hr> <i>斜體</i><hr/> <u>下劃線</u><hr/> <tt>打字機文本</tt><hr/> <sup>上標註</sup><hr> <sub>下標註</sub><hr> <s>可定義刪除文本</s><hr> <strike>可定義刪除文本</strike><hr> </body> </html>
強調字體傾斜:<em></em>
強調字體加粗:<strong></strong>
用於表示計算機源代碼或者其餘機器能夠閱讀的文本內容:<code></code>
短語標籤:<samp></samp>
鍵盤文本:<kbd></kdd>
變量的名稱<var></var>
對特殊術語或短語的定義<dfn></dfn>
註釋做用:<cite><cite>
小型文本:<small></small>
大字號:<big></big>
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <b>加粗</b><hr> <i>斜體</i><hr/> <u>下劃線</u><hr/> <tt>打字機文本</tt><hr/> <sup>上標註</sup><hr> <sub>下標註</sub><hr> <s>可定義刪除文本</s><hr> <strike>可定義刪除文本</strike><hr> <h1>邏輯字體</h1> <em>強調字體傾斜</em><hr> <strong>強調字體加粗</strong><hr> <code>用於表示計算機源代碼或者其餘機器能夠閱讀的文本內容</code><hr> <samp>短語標籤</samp><hr> <kdd>鍵盤文本</kdd><hr> <var>變量的名稱</var><hr> <dfn>對特殊術語或短語的定義</dfn><hr> <cite>註釋做用</cite><hr> <small>小型文本</small><hr> <big>大字號</big> </body> </html>
物理風格直接指定字體的「樣式」(如粗、斜、下劃線);
邏輯風格則是指定文本的「做用」(如示例文字、縮小文字)。
就像去餐館吃飯,點菜的時候,A告訴炒菜的師傅「炒得多一點」,這是物理風格,直接指定樣式;B告訴炒菜的師傅「炒得辣一點」,這是邏輯風格,指定做用。
<font color=#>.....</font>
六、客戶端字體
<font face=""></font>
七、字符實體
& & < < > > " "
空行:<p>
換行:<br>
不換行<nobr>
<hn align=#>...</hn> ( <h1><h2>......)
<p align=#>...</p> #=left, center, right
<div align=#>...</div> #=left, center, right
無序列表:<ul><li>.........</ul>
有序類表:<ol><li>..........</ol>
定義列表:<dl><dt>......<dd>.....</dl>
定製表中的標記:<li type=#> #=disk,circle,square
定製有序列表表中的序號:<li type=#> #=A,a,I,i,1
<pre>.........</pre>
<listing>.....</listing>
<xmp>......</xmp>
<blockquote>.......</blockquote>
<blink>......</blink>
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <h1>中間</h1> <div>你們愚人節快樂</div> <div>你們愚人節快樂</div> <div>你們愚人節快樂</div> <blink>塊引用</blink> <div> Her Song: <blockquote> When I was young, I listened to the radio waiting for my favorite songs.... </blockquote> </div> <h1>定製列表元素</h1> <ul> <li type=disc>ONE <li type=circle>TWO <li type=square>THREE </ul> <h1>定製列表</h1 <dl> <dt>Today <dd>Today is yesterday. <dt>Tomorrow <dd>Tomorrow is today. </dl> <h1>有序列表</h1> <ol> <li>Today <li>Tommorow </ol> <h1>無序列表</h1 <ul> <li>Today <li>Tommorow </ul> </body> </html>
<img src=# alt=#>src對應圖片的地址,alt圖片的提示內容
<img align=#>#=top,middle,bottom 分別爲上、中、下
<img border=# > #=value
<table>...</table> - 定義表格
<tr> - 定義錶行
<th> - 定義表頭
<td> - 定義表元(表格的具體數據)
默認的不帶邊框,
帶邊框的表格:<table border>
跨多列的表元 <th colspan=#>
跨多行的表元 <th rowspan=#>
表格自己尺寸設置:<table border width=# height=#>
表元間隙設置:<table border cellspacing=#>
表元內部空白設置:<table border cellpadding=#>
<tr align=#>
<th align=#> #=left, center, right
<td align=#>
<table align=#>#=left right center
<caption align=#>....</caption>
<th bgcolor=#>
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>HTML</title> </head> <body> <table border> <caption >標題</caption> <tr> <th bgcolor=ffaa00>HTML</th> <th bgcolor=#3300cc>MySql</th> <th rowspan=2 >Css</th> </tr> <tr bgcolor=#ffffff><td>A</td><td>B</td> </tr> </table> </body> </html>
顯示全部的分隔線:<table rules=all>
只顯示組與組之間的分隔線:<table rules=groups>
只顯示行與行之間的分隔線:<table rules=rows>
只顯示列與列之間的分隔線 : <table rules=cols>
不顯示任何分隔線:<table rules=none>
<from action="url" method="#">(提交方法通常都是POST或者GET)
(enctype=」multipart/form-data」提交文件)
.........
.........
<input type=submit value="提交">
</from>
通常的數據提交方式都是經過表單來完成的
下面試表單中提供給用戶的輸入形式
<input type=* ,name=**>
文字輸入:*=text
密碼輸入:*=passwd
複選框:*=checkbox (默認選中 checked="checked')
單選框:*=redio
圖像座標:*=image
<input type=image src=url>
隱藏表單元素:*=hidden
文件:type=file
列表選擇框:<select ><option></option></select>
文本區域:<textarea name=""></textarea>
一、基本語法
<marquee>.....</marquee>
二、文字移動的屬性設置
<marquee direction=#>.....</marquee> #=left,right(移動的方向,向右,向左)
三、方式:
<marquee behavior=#>.....</marquee>
#=scroll(一圈一圈繞着走)
#=slide(只走一次)
#=alternate (來回走)
四、循環
<marquee loop=#>.....</marquee> #=次數
五、速度
<marquee scrollamount=#>.....</marquee> #=速度
六、延時
<marquee scrolldelay=#>.....</marquee> #=時間
<embed src=#>