当前位置: 首页 > 图文教程 > 网页制作 > CSS样式表 > 网页中经常用到的Metas, Links and DocTypes集合

CSS样式表
CSS教程:闭合CSS浮动元素的几种方法
细说CSS3中的选择符
网页超级链接该以什么方式打开?
背投广告设计:用最少的时间来做最效率的事情
css中用javascript判断浏览器版本
css教程:经常保持CSS的整洁度和有序性
css教程:选择合适的、有意义的元素描述内容
CSS编写中灵活运行注释的意义
css教程:CSS文件应该保持整洁和统一
DIV CSS常用的网页布局代码
完全掌握纯CSS布局网页
serif和sans serif:西方国家的字母体系
基于XTHML标准的DIVCSS布局对SEO的影响
CSS合理的编码与组织技巧
网站变黑白灰色的4种代码详细讲解
css布局实例:网页布局的方法
YUI 中的 Grids CSS值得关注和学习的
CSS代码是否合理?是否优化?
css教程:网页中Span和Div的区别
div css网页适应不同分辨率技巧

CSS样式表 中的 网页中经常用到的Metas, Links and DocTypes集合


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-12   浏览: 55 ::
收藏到网摘: n/a

复制代码 代码如下:

<!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:[email protected]">
<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">