css one
时间:2010-08-17 来源:evan886
-
推荐写法:
- <!--(1)过渡型(Transitional)-->
- <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--(2)严格型(Strict)-->
- <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <!--(3)框架型(Frameset)-->
- <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Frameset//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
- <!--设定一个名字空间(Namespace)lang="zh-CN"/-->
- <htmlxmlnshtmlxmlnshtmlxmlnshtmlxmlns="http://www.w3.org/1999/xhtml"lang="zh-CN">
- <head>
- <!--声明你的编码语言:GB2312/UTF-8/Unicode/ISO-8859-1-->
- <metahttp-equivmetahttp-equivmetahttp-equivmetahttp-equiv="Content-Type"content="text/html;charset=GB2312"/>
- <metahttp-equivmetahttp-equivmetahttp-equivmetahttp-equiv="Content-Language"content="zh-CN"/>
- <!--为搜索引擎准备的内容-->
- <!--允许搜索机器人搜索站内所有链接。如果你想某些页面不被搜索,推荐采用robots.txt方法-->
- <metacontentmetacontentmetacontentmetacontent="all"name="robots"/>
- <!--设置站点作者信息-->
- <metanamemetanamemetanamemetaname="author"content[email protected],memory/>
- <!--设置站点版权信息-->
- <metanamemetanamemetanamemetaname="Copyright"content="www.php100.com,版权所有"/>
- <!--站点的简要介绍(推荐)-->
- <metanamemetanamemetanamemetaname="description"content="php100技术分享社区,中国最大的php资源分享门户"/>
- <!--站点的关键词(推荐)-->
- <metacontentmetacontentmetacontentmetacontent="php,资源,视频教程"name="keywords"/>
- <!--收藏夹小图标-->
- <linkrellinkrellinkrellinkrel="icon"href="/favicon.ico"type="image/x-icon"/>
- <linkrellinkrellinkrellinkrel="shortcuticon"href="/favicon.ico"type="image/x-icon"/>
- <title>网页标题</title>
- <!--连接样式表-->
- <linkrellinkrellinkrellinkrel="stylesheet"rev="stylesheet"href="css/style.css"type="text/css"media="all"/>
- <styletypestyletypestyletypestyletype="text/css"media="all">@importurl(css/style01.css);</style>
- <!--RSS-->
- <linkrellinkrellinkrellinkrel="alternate"type="application/rss+xml"title="memory"href="http://www.lvtao.net/inc/rsd.php"/>
- <!--JS-->
- <scriptsrcscriptsrcscriptsrcscriptsrc="js.js"type="text/javascript"language="javascript""></script>
- </head>
- <body></body>
- </html>
相关阅读 更多 +