html页面head区域的编码书写规范
html页面head区域的编码书写规范
发布时间:2016-12-29 来源:查字典编辑
摘要:今天我们简单的介绍一下head区域主要放置了内容。这里就不强调css和javascript了,这两者是大家所熟知的。head区一般必须加入的...

今天我们简单的介绍一下head区域主要放置了内容。这里就不强调css和javascript了,这两者是大家所熟知的。

head区一般必须加入的标识有:

公司版权注释

<->

网页显示字符集

简体中文:

<metahttp-equiv="content-type"content="text/html;charset=gb2312">

繁体中文:

<metahttp-equiv="content-type"content="text/html;charset=big5">

英语:

<metahttp-equiv="content-type"content="text/html;charset=iso-8859-1">

或者:

<metahttp-equiv="content-type"content="text/html;charset=utf-8">

原始制作者信息

<metaname="author"content="52css@jb51.net">

网站简介

<metaname="description"content="这里填您网站的简介">

搜索关键字

<metaname="keywords"content="关键字1,关键字2,关键字3,...">

网页的css规范

<linkhref="style/style.css"rel="stylesheet"type="text/css">

网页标题

<title>这里是你的网页标题</title>

head区可选加入的标识有:

设定网页的到期时间。一旦网页过期,必须到服务器上重新调阅。

<metahttp-equiv="expires"content="wed,26feb199708:21:57gmt">

禁止浏览器从本地机的缓存中调阅页面内容。

<metahttp-equiv="pragma"content="no-cache">

用来防止别人在框架里调用你的页面。

<metahttp-equiv="window-target"content="_top">

自动跳转(5指时间停留5秒)。

<metahttp-equiv="refresh"content="5;url=www.jb51.net">

网页搜索机器人向导.用来告诉搜索机器人哪些页面需要索引,哪些页面不需要索引。

<metaname="robots"content="none">

content的参数有all,none,index,noindex,follow,nofollow。默认是all。

收藏夹图标

<linkrel="shortcuticon"href="favicon.ico">

如果您还有什么知识需要补充,欢迎在jb51.net发表评论。

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新 Div+Css教程学习
热门 Div+Css教程学习
网页设计子分类