【标签技巧】HTML网页头部标签代码的使用以及说明

图片[1]-【标签技巧】HTML网页头部标签代码的使用以及说明-轻刻年轮
只做记录哈,收藏哈

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>网站标题</title>
<meta name="keywords" content="网页关键字">
<meta name="description" content="网页描述">
<link rel="stylesheet" href="layui/css/layui.css">
<!-- 引用font-awesome 字体图标(资源需要到官网下载到本地才能预览到效果) -->
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<!-- 网站的ico图标 -->
<link rel="shortcut icon" href="/images/favicon.ico">
<!-- ios用户添加到主屏幕上显示的图片,一下尺寸兼容各种移动设备 -->
<link rel="apple-touch-icon" sizes="57x57" href="touch-icon-iphone-114.png" />
<link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone-114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad-144.png" />
<link rel="apple-touch-icon" sizes="144x144" href="touch-icon-ipad-144.png" />
<link rel="canonical" href="网站绝对地址" />
<!-- 告诉搜索引擎站点作者 -->
<meta name="Author" contect="qinshoushou">
<!--用以说明生成工具(如Microsoft,FrontPage 4.0,typecho)等-->
<meta name="generator" content="Typecho 1.1/17.10.30" />
<!-- 告诉搜索引擎站点模版的作者 -->
<meta name="template" content="molerose" />
<meta http-equiv="Page-Exit" contect= "revealTrans(duration=20,transtion=6) ">
<!-- H5手Q分享通用接口代码片段 -->
<meta itemprop="name" content="网页标题">
<meta itemprop="description" content="网页描述">
<meta itemprop="image" content="缩略图200*200最佳">
</head>
购买后下载不了源码或源码功能失效请联系小编,确认后可立即退款,请勿无理投诉
© 版权声明
THE END
喜欢就支持一下吧
点赞4赞赏 分享
评论 共1条

请登录后发表评论