網頁中經常用到的Metas, Links and DocTypes集合
更新時間:2008年02月19日 11:42:22 作者:
網頁中經常用到的Metas, Links and DocTypes集合
復制代碼 代碼如下:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/tr/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Draft//EN">
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<base >
<link rel="shortcut icon" >
<link rel="Stylesheet" href="style.css" type="text/css">
<link rel="Alternate" >
<link rel="Contents" href="content.html">
<link rel="Index" href="index.html">
<link rel="Glossary" href="gloss.html">
<link rel="Copyright" href="copyright.html">
<link rel="Chapter" href="chapter5.html">
<link rel="Section" href="chapter5#more.html">
<link rel="Subsection" href="chapter5_sub.html">
<link rel="Appendix" href="app.html">
<link rel="Help" href="help.html">
<link rel="Bookmark" >
<link rel="prev" href="chapter4.html">
<link rel="next" href="chapter6.html">
<link rev="help" >
<link rev="made" href="mailto:set@neoideo.com">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Language" content="en-GB">
<meta http-equiv="Refresh" content="3;url=http://www.some.org/some.html">
<meta http-equiv="Window-target" content="_top">
<meta http-equiv="expires" content="-1">
<meta http-equiv="expires" content="Thu, 1 October 1998 00:00:00 PST">
<meta http-equiv= "pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta name="robots" content="noindex,follow">
<meta name="robots" content="all">
<meta name="description" content="A straight line description">
<meta name="keywords" content="comma, seperated, list">
相關文章
一點小小的創(chuàng)意css鼠標放上去則顯示電話號碼
一點小小的創(chuàng)意css鼠標放上去則顯示電話號碼...2007-10-10用CSS控制表格或單元格強制換行,防止表格被英文單詞或中文撐大
自動換行問題,正常字符的換行是比較合理的,而連續(xù)的數字和英文字符常常將容器撐大,挺讓人頭疼,下面介紹的是CSS如何實現換行的方法2008-10-10DIV CSS網頁布局 最小高度(min-height)的妙用
最小高度可以設定一個BOX的最小高度,當其內容較少時時,也能保持BOX的高度為一定,超出就自動向下延伸,但到目前為止,只有Opera 和 Mozilla 支持,IE7開始也支持了,但IE7處于測試階段,等正式版發(fā)布到普及需一段也許比較長的時間,除非MS把它捆綁在某個操作系統(tǒng)上,如何在現有基礎上(IE6 80-90%),合理、妙用最小高度了?2008-11-11CSS Hack大全-教你如何區(qū)分出IE6-IE10、FireFox、Chrome、Opera
今天把一些常用的CSS Hack整理了一下,包括常用的IE hack以及火狐、Chrome、Opera瀏覽器的Hack,并把這些CSS Hack綜合的一起,寫了一個小的瀏覽器測試器2014-05-05