网页中经常用到的Metas, Links and DocTypes集合
程序员文章站
2022-06-03 16:36:16
复制代码 代码如下:
<!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 href="http://svend.neoideo.dk/meta/index.html">
<link rel="shortcut icon" href="http://svend.neoideo.dk/favicon.ico">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="alternate" href="http://some.org/eng_index.html" lang="en-gb" media="print">
<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" href="http://some.org/index.html">
<link rel="prev" href="chapter4.html">
<link rel="next" href="chapter6.html">
<link rev="help" href="http://some.org/index.html">
<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">
复制代码 代码如下:
<!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 href="http://svend.neoideo.dk/meta/index.html">
<link rel="shortcut icon" href="http://svend.neoideo.dk/favicon.ico">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="alternate" href="http://some.org/eng_index.html" lang="en-gb" media="print">
<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" href="http://some.org/index.html">
<link rel="prev" href="chapter4.html">
<link rel="next" href="chapter6.html">
<link rev="help" href="http://some.org/index.html">
<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">