html的基本标签和语法(最全Html标签Meta介绍全面总结)
html的基本标签和语法(最全Html标签Meta介绍全面总结)
2024-11-22 10:54:21  作者:姐不是包袱  网址:https://m.xinb2b.cn/tech/beg184366.html

今天查Html手册时,又有了新的发现。也就这机会,好好总结下HTML中meta的使用。

  HTML <meta> 标签,所有浏览器都支持 <meta> 标签。它提供关于HTML文档的元数据。元数据不会显示在页面上,但是对于机器是可读的。它可用于浏览器(如何显示内容或重新加载页面),对搜索引擎和更新频度的描述和关键词,或其他 web 服务。

  <meta> 标签位于文档的头部,不包含任何内容。<meta> 标签的属性定义了与文档相关联的名称/值对。

  在 HTML 中,<meta> 标签没有结束标签,在 XHTML 中,<meta> 标签必须被正确地关闭。


必要属性

属性值描述Contentsome text定义与http-equiv或name属性相关的元信息

可选属性

属性值描述http-equivcontent-type / expire / Refresh / set-cookie把content属性关联到HTTP头部。nameauthor / description / keywords / generator / revised / others把 content 属性关联到一个名称。contentsome text定义用于翻译 content 属性值的格式。

SEO优化


    关键词:类似这样的 meta 标签可能对于进入搜索引擎的索引有帮助.使用人们可能会搜索,并准确描述网页上所提供信息的描述性和代表性关键字及短语。标记内容太短,则搜索引擎可能不会认为这些内容相关,标记不应超过 874 个字符。

    <meta name="keywords" content="HTML,ASP,PHP,SQL">

    页面描述,每个网页都应有一个不超过 150 个字符且能准确反映网页内容的描述标签

  <meta name="description" content="your description">

    搜索引擎索引方式,robotterms是一组使用逗号(,)分割的值,通常有如下几种取值:none,noindex,nofollow,all,index和follow。确保正确使用nofollow和noindex属性值。

  

<meta name="robots" content="index,follow" /><!--all:文件将被检索,且页面上的链接可以被查询;none:文件将不被检索,且页面上的链接不可以被查询;index:文件将被检索;follow:页面上的链接可以被查询;noindex:文件将不被检索;nofollow:页面上的链接不可以被查询。-->

  页面重定向和刷新:content内的数字代表时间(秒),既多少时间后刷新。如果加url,则会重定向到指定网页(搜索引擎能够自动检测,也很容易被引擎视作误导而受到惩罚)。

  <meta http-equiv="Refresh" content="5;url=http://www.w3school.com.cn" /><!--5秒钟后跳转到http://www.w3school.com.cn-->

  <meta http-equiv="Refresh" content="5;" /><!--每5秒钟刷新一下页面-->

移动设备

   viewport:能优化移动浏览器的显示。如果不是响应式网站,不要使用initial-scale或者禁用缩放。大部分4.7-5寸设备的viewport宽设为360px;5.5寸设备设为400px;iphone6设为375px;ipone6 plus设为414px。很多人使用initial-scale=1到非响应式网站上,这会让网站以100%宽度渲染,用户需要手动移动页面或者缩放。如果和initial-scale=1同时使用user-scalable=no或maximum-scale=1,则用户将不能放大/缩小网页来看到全部的内容。

      content 参数:

        width viewport 宽度(数值/device-width)        height viewport 高度(数值/device-height)        initial-scale 初始缩放比例        maximum-scale 最大缩放比例        minimum-scale 最小缩放比例        user-scalable 是否允许用户缩放(yes/no)

  

<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"/><!-- `width=device-width` 会导致 iPhone 5 添加到主屏后以 WebApp 全屏模式打开页面时出现黑边 -->

  

  各浏览器平台


  Microsoft Internet Explorer

<!-- 优先使用最新的ie版本 --><meta http-equiv="x-ua-compatible" content="ie=edge"><!-- 是否开启cleartype显示效果 --><meta http-equiv="cleartype" content="on"><meta name="skype_toolbar" content="skype_toolbar_parser_compatible">

<!-- 关于X-UA-Compatible --><meta http-equiv="X-UA-Compatible" content="IE=6" ><!-- 使用IE6 --><meta http-equiv="X-UA-Compatible" content="IE=7" ><!-- 使用IE7 --><meta http-equiv="X-UA-Compatible" content="IE=8" ><!-- 使用IE8 -->

<!-- Pinned Site --><!-- IE 10 / Windows 8 --><meta name="msapplication-TileImage" content="pinned-tile-144.png"><meta name="msapplication-TileColor" content="#009900"><!-- IE 11 / Windows 9.1 --><meta name="msapplication-config" content="ieconfig.xml">  

  Google Chrome

<!-- 优先使用最新的chrome版本 --><meta http-equiv="X-UA-Compatible" content="chrome=1" /><!-- 禁止自动翻译 --><meta name="google" value="notranslate"> 

  360浏览器

  <!-- 选择使用的浏览器解析内核 --><meta name="renderer" content="webkit|ie-comp|ie-stand">

  UC手机浏览器

  <!-- 将屏幕锁定在特定的方向 --><meta name="screen-orientation" content="landscape/portrait"><!-- 全屏显示页面 --><meta name="full-screen" content="yes"><!-- 强制图片显示,即使是"text mode" --><meta name="imagemode" content="force"><!-- 应用模式,默认将全屏,禁止长按菜单,禁止手势,标准排版,强制图片显示。 --><meta name="browsermode" content="application"><!-- 禁止夜间模式显示 --><meta name="nightmode" content="disable"><!-- 使用适屏模式显示 --><meta name="layoutmode" content="fitscreen"><!-- 当页面有太多文字时禁止缩放 --><meta name="wap-font-scale" content="no">

  QQ手机浏览器

<!-- 锁定屏幕在特定方向 --><meta name="x5-orientation" content="landscape/portrait"><!-- 全屏显示 --><meta name="x5-fullscreen" content="true"><!-- 页面将以应用模式显示 --><meta name="x5-page-mode" content="app">

  Apple iOS

<!-- Smart App Banner --><meta name="apple-itunes-app" content="app-id=APP_ID,affiliate-data=AFFILIATE_ID,app-argument=SOME_TEXT"><!-- 禁止自动探测并格式化手机号码 --><meta name="format-detection" content="telephone=no"><!-- Add to Home Screen添加到主屏 --><!-- 是否启用 WebApp 全屏模式 --><meta name="apple-mobile-web-app-capable" content="yes"><!-- 设置状态栏的背景颜色,只有在 “apple-mobile-web-app-capable” content=”yes” 时生效 --><meta name="apple-mobile-web-app-status-bar-style" content="black"><!-- 添加到主屏后的标题 --><meta name="apple-mobile-web-app-title" content="App Title">

  Google Android

<meta name="theme-color" content="#E64545"><!-- 添加到主屏 --><meta name="mobile-web-app-capable" content="yes"><!-- More info: https://developer.chrome.com/multidevice/android/installtohomescreen -->App Links

<!-- iOS --><meta property="al:ios:url" content="applinks://docs"><meta property="al:ios:app_store_id" content="12345"><meta property="al:ios:app_name" content="App Links"><!-- Android --><meta property="al:android:url" content="applinks://docs"><meta property="al:android:app_name" content="App Links"><meta property="al:android:package" content="org.applinks"><!-- Web Fallback --><meta property="al:web:url" content="http://applinks.org/documentation"><!-- More info: http://applinks.org/documentation/ -->

  其它常用的meta

<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /><meta name="apple-mobile-web-app-capable" content="yes" /><meta name="apple-mobile-web-app-status-bar-style" content="black" /><meta name="format-detection"content="telephone=no, email=no" /><meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /><meta name="apple-mobile-web-app-capable" content="yes" /><!-- 删除苹果默认的工具栏和菜单栏 --><meta name="apple-mobile-web-app-status-bar-style" content="black" /><!-- 设置苹果工具栏颜色 --><meta name="format-detection" content="telphone=no, email=no" /><!-- 忽略页面中的数字识别为电话,忽略email识别 --><!-- 启用360浏览器的极速模式(webkit) --><meta name="renderer" content="webkit"><!-- 避免IE使用兼容模式 --><meta http-equiv="X-UA-Compatible" content="IE=edge"><!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑莓 --><meta name="HandheldFriendly" content="true"><!-- 微软的老式浏览器 --><meta name="MobileOptimized" content="320"><!-- uc强制竖屏 --><meta name="screen-orientation" content="portrait"><!-- QQ强制竖屏 --><meta name="x5-orientation" content="portrait"><!-- UC强制全屏 --><meta name="full-screen" content="yes"><!-- QQ强制全屏 --><meta name="x5-fullscreen" content="true"><!-- UC应用模式 --><meta name="browsermode" content="application"><!-- QQ应用模式 --><meta name="x5-page-mode" content="app"><!-- windows phone 点击无高光 --><meta name="msapplication-tap-highlight" content="no"><!-- 适应移动端end -->

网页相关

  网页编码:以下两种charset定义方式均可

<meta charset="utf-8"><meta http-equiv="Content-Type" content="text/html; charset=utf-8">

  禁止缓存:禁止浏览器从本地机的缓存中调阅页面内容,网页不保存在缓存中,每次访问都刷新页面。这样设定,访问者将无法脱机浏览

<meta http-equiv="Pragma" content="no-cache">

  网页过期:指定网页在缓存中的过期时间,一旦网页过期,必须到服务器上重新调阅。注意:必须使用GMT的时间格式,或直接设为0(数字表示多少时间后过期)

<Meta http-equiv="Expires" Content="Wed, 26 Feb 1997 08:21:57 GMT">

  Cookie设置:注意:必须使用GMT的时间格式

<Meta http-equiv="Set-Cookie" Content="cookievalue=xxx; expires=Wednesday,21-Oct-98 16:14:21 GMT; path=/">

  显示窗口的设定:强制页面在当前窗口以独立页面显示,这个属性是用来防止别人在框架里调用你的页面。Content选项:_blank、_top、_self、_parent.

<Meta http-equiv="Widow-target" Content="_top">

  进入与退出:这个是页面被载入和调出时的一些特效。这个有好多特效,可以查询Page-Exit去了解更多。

  <Meta http-equiv="Page-Exit" Content="blendTrans(Duration=0.5)">

安全相关

  内容安全策略CSP(Content-Security-Policy),可以参考https://blog.csdn.net/u014465934/article/details/84199171

<meta http-equiv="Content-Security-Policy" content="script-src 'self'">


喜欢小编的可以点个赞关注小编哦,小编每天都会给大家分享文章。

我自己是一名从事了多年的前端老程序员,小编为大家准备了新出的前端编程学习资料,免费分享给大家!

如果你也想学习前端,可以观看【置顶】文章。也可以私信【1】拿

  • 4本超强系统流小说(四本系统流小说)
  • 2024-11-22四本系统流小说八本系统流小说,让不可能变成可能,系统流才是真谛一:《我只拍烂片啊》作者:巫马行【简介】:简介:“你们信吗!我说,未来我们将创造一个时代,一个让好莱坞都颤抖的时代,那个时候……”那一年,燕影大学混吃等。
  • 张子枫胡先煦小别离片段(张子枫胡先煦小别离上演青春叛逆)
  • 2024-11-22张子枫胡先煦小别离上演青春叛逆近几天,电视剧《小别离》正在热播,除了黄磊海清从师徒档变身夫妻档让人感到格外新鲜,剧中小演员张子枫和胡先煦等几位小演员的表现也可圈可点2009年,张子枫在冯小刚导演的电影《唐山大地震》中饰演小方登一角。
  • 大闸蟹蒸之前要不要洗(大闸蟹蒸之前是否要洗)
  • 2024-11-22大闸蟹蒸之前是否要洗大闸蟹蒸之前要洗,因为大闸蟹主要靠水中微生物、动物尸体、腐肉等食物为食,体表或体内会藏有很多细菌、微生物清洗大闸蟹可以把大闸蟹肚子朝上放入水中,用刷子刷洗大闸蟹各个部位并打开腹盖挤出排泄物,最后冲洗干。
  • 这是最正确的刷牙方式(这些刷牙的冷知识)
  • 2024-11-22这些刷牙的冷知识牙膏列为普通化妆品禁止宣称美白【这些刷牙的冷知识,你都知道吗?】①最好不要用冷水刷牙,用接近体温的温水效果最好;②挤牙膏别蘸水,牙膏的清洁成分才能被发挥到最大;③饭后别马上刷牙,会破坏牙釉质;④牙膏要。
  • 东莞哪里接种hpv疫苗 东莞各镇街适龄女生HPV疫苗怎么接种
  • 2024-11-22东莞哪里接种hpv疫苗 东莞各镇街适龄女生HPV疫苗怎么接种今年9月起广东省委、省政府和东莞市委、市政府为青春期女生送上“开学健康大礼包”这份礼物将保护她们以后免受宫颈癌的危害近期东莞多个镇街已开展免费接种HPV疫苗工作!未接种过HPV疫苗、具有东莞学籍、今年。
  • 香酥空心油条的做法和配方(香酥空心油条怎么做)
  • 2024-11-22香酥空心油条怎么做原料:面粉500克,泡打粉5克,小苏打2克、盐适量、鸡蛋两个,清水200克面粉500克,泡打粉5克,小苏打2克,搅拌均匀打入鸡蛋两个,清水200克,搅拌棉絮状用拳头揣面,粘手拳头沾少许清水表面揣好,面。
  • 我的世界vr版雪兔(我的世界VR版演示曝光)
  • 2024-11-22我的世界VR版演示曝光不久前我们报道过关于Windows10版《我的世界》将支持虚拟现实(VR)头显OculusRift,很多玩家非常好奇《我的世界》VR版在OculusRift会有什么样的神奇表现,与PC版,主机版的有什。
  • 摩枭500摩托车专卖(摩瑞机车出奇制胜)
  • 2024-11-22摩瑞机车出奇制胜摩瑞机车×中国制造这个世界很大,这个地球上人很多但是在通向中国制造的道路上,却是无比空旷国产机车印象,山寨/low/不敢成为第一个吃螃蟹的人,每一个对违反规则教条的人都被定义为“异类”,没有多少人看好。
  • 江西7岁男童失去了右臂(江西7岁男童失去了右臂)
  • 2024-11-22江西7岁男童失去了右臂这个春节因为邻居扔偏的一个炮仗江西上饶7岁男孩翁源(化名)永远失去了自己的右臂2月5日孩子的母亲告诉记者除了截肢孩子的右耳右脸被缝了多针右耳膜也已破裂心理上留下了巨大的阴影涉事邻居回应称此事纯属意外,。
  • 荣登陕西好人榜(汉中市民赵玉堂荣登去年11)
  • 2024-11-22汉中市民赵玉堂荣登去年11西安新闻网讯2月15日,陕西省委文明办发布了2021年11—12月“陕西好人榜”,汉中市民赵玉堂光荣上榜身残志不残勤劳撑起脱贫梦一个三级残疾的丈夫,一个四级残疾的妻子,一个常年慢病的老人,再加两个尚在。