网站首页  汉语字词  英语词汇  考试资料  写作素材  旧版资料

请输入您要查询的考试资料:

 

标题 以HTML网页实例说明head区代码的意思
内容
    举例熟悉网页的头部信息表示涵义 
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd"><!--文档类型-->
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><!--设置网页的文件编码-->
    <meta http-equiv="expires" content="2008/10/15 18:00:00"><!--脱机浏览的过期时间-->
    <meta http-equiv="pragma" content="no-cache"><!--禁止网页从缓存中读取-->
    <meta http-equiv="Refresh" content="5;http://www.jb51.net"><!--网页重新定向-->
    <meta http-equiv="set-cookie" content="2007/10/18 18:00:00"><!--设置网页的cookie过期时间-->
    <meta http-equiv="Window-target" content="_top"><!--设置网页中链接的目标窗口-->
    <meta http-equiv="Page-Enter" content="revealTrans(duration=1000000,transition=50000000)"><!--设置网页的打开效果-->
    <meta http-equiv="Page-Exit" content="revealTrans(duration=1000000,transition=50000000)"><!--设置网页的关闭效果-->
    <meta name="keywords" content="web,jb51,webdesign"><!--设置网页的关键字,搜索的时候优先!!!重要!!! 该数据被搜索引擎编入索引-->
    <meta name="description" content="哈哈哈哈哈"><!--插入描述 搜索时被搜索引擎编入索引-->
    <title>标题一定不要少啊!对SEO很有用的!</title>
    </head>
    <body>
    aaa
    </body>
    </html>
随便看

 

在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。

 

Copyright © 2002-2024 cuapp.net All Rights Reserved
更新时间:2025/5/17 22:40:09