HTML大全
<title>文件的標(biāo)題</title>
<meta name="keyword" content="html,元信息,關(guān)鍵字">
<meta name="description" content="關(guān)于HTML使用的網(wǎng)站">
<meta name="generator" content="Macromedia Dreamweaver MX 2004">
<meta name="author" content="張三">
<meta name="robots" content="搜索方式 ">
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<meta http-equiv="refresh" content="3;url=http://www.sohu.com"><!—3秒鐘后跳轉(zhuǎn)-- >
<meta http-equiv="refresh" content="3"> <!—3秒鐘后刷新-->
<meta http-equiv="expires" content="Wed,27 July 2005 11:00:00 GMT">
<meta http-equiv="cache-control" content="no-cache"><!- -禁用緩存-->
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="set-cookie" content="Wed,27 July 2005 11:00:00 GMT"><!—刪除content指定時(shí)間的cookie - - >
<meta http-equiv="windows-target" content="_top"><!—強(qiáng)制打開新窗口-- >
<meta http-equiv="page-exit" content="revealtrans(duration=過渡效果持續(xù)時(shí)間, transition=過渡方式)"> <!—退出頁面 -- >
<meta http-equiv="page-enter" content="revealtrans(duration=過渡效果持續(xù)時(shí)間, transition=過渡方式)"><! – 進(jìn)入頁面 -- >
<base href="http://www.taobao.com" target="_blank">
</head>
target屬性值 | 打開方式 |
_parent | 在上一級(jí)窗口打開,一般用在分幀框架中 |
_blank | 在新窗口中打開 |
_self | 在任何窗口打開,可省略 |
_top | 在瀏覽器的整個(gè)窗口打開,忽略任何框架 |
頁面搜索方式:
content的值 | 含義 |
all | 頁面將被檢索,頁面的鏈接可以被查詢 |
none | 頁面不能檢索,頁面的鏈接不能被查詢 |
index | 頁面將被檢索,頁面的鏈接不能被查詢 |
follow | 頁面的鏈接能被查詢 |
noindex | 頁面不能檢索,頁面的鏈接能被查詢 |
過渡效果的編號(hào)及含義
效果 | 效果編號(hào) | 效果 | 效果編號(hào) |
盒狀收縮 | 0 | 溶解 | 12 |
盒狀展開 | 1 | 左右向中部收縮 | 13 |
圓形收縮 | 2 | 中部向左右展開 | 14 |
圓形展開 | 3 | 上下向中部收縮 | 15 |
向上擦除 | 4 | 中部向上下展開 | 16 |
向下擦除 | 5 | 階梯狀向左下展開 | 17 |
向左擦除 | 6 | 階梯狀向左上展開 | 18 |
向右擦除 | 7 | 階梯狀向右下展開 | 19 |
垂直百頁窗 | 8 | 階梯狀向右上展開 | 20 |
水平百頁窗 | 9 | 隨機(jī)水平線 | 21 |
橫向棋盤式 | 10 | 隨機(jī)垂直線 | 22 |
縱向棋盤式 | 11 | 隨機(jī) | 23 |
<body bgcolor="#3399CC"><!—背景顏色-- >
<body background="17/01.jpg"><!—背景圖片-- >
<style type="text/css">
body {background-repeat:no-repeat}
body {background-repeat:repeat-x}
</style>
</head>
<body background="17/01.jpg">
<body background="17/02.jpg" bgproperties=fixed><!—圖片不滾動(dòng) -- >
<body bgcolor="#99CCCC" text="#FF0000">
<body text="#000000" link="#FF00FF">
<body text="#000000" link="#FF00FF" alink="FF0000">
<body text="#000000" link="#FF00FF" alink="FF0000" vlink="996600">
<body topmargin=60 leftmargin=40>
<body>
<h1>1級(jí)標(biāo)題</h1>
<h2>2級(jí)標(biāo)題</h2>
<h3>3級(jí)標(biāo)題</h3>
<h4>4級(jí)標(biāo)題</h4>
<h5>5級(jí)標(biāo)題</h5>
<h6>6級(jí)標(biāo)題</h6>
<h2|center|right>3種對齊方式,默認(rèn)是左對齊</h2>
<font face="經(jīng)典空疊圓簡">字體</font>
<font size="1">1號(hào)字體的效果</font><br>
<font size="2">2號(hào)字體的效果</font><br>
<font size="3">3號(hào)字體的效果</font><br>
<font size="4">4號(hào)字體的效果</font><br>
<font size="5">5號(hào)字體的效果</font><br>
<font size="6">6號(hào)字體的效果</font><br>
<font size="7">7號(hào)字體的效果</font><br>
<font face="黑體" color="#0099FF">淡藍(lán)色的黑體效果</font>
<strong>使用strong標(biāo)記加粗文字</strong><br>
<b>使用B標(biāo)記加粗文字</b><br><br>
<em>使用em標(biāo)記的斜體效果</em><br>
<I>使用I標(biāo)記的斜體效果</I><br>
<cite>使用cite標(biāo)記的斜體效果</cite><br><br>
<u>下劃線文字效果</u><br>
<strike|s> 刪除線</strike|s>
下標(biāo)<sub>xxx</sub>
上標(biāo)<sup>大學(xué)生</sup>
<!--下面這段英文使用了等寬文字的效果顯示-->
<code>HTML is the lingua franca for publishing hypertext on the World Wide Web.</code>
特殊符號(hào)
特殊符號(hào) | 符 號(hào) 碼 | 特殊符號(hào) | 符 號(hào) 碼 |
“ | " | × | × |
& | & | § | § |
< | < | ¢ | ¢ |
> | > | ¥ | ¥ |
? | ? | ? | · |
? | ? | € | &euro |
± | ± | £ | £ |
? | ? |
點(diǎn)擊加載更多評(píng)論>>