html头部

<!DOCTYPE html>

<html lang="zh-cn">

<head>
    <meta charset="utf-8">   <!-- 最前 -->

    <title> 斗鱼直播 </title>  <!-- 紧跟 -->

    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- 如果安装了GCF,则使用GCF来渲染页面「"chrome=1"」,如果没有安装GCF,则使用最高版本的IE内核进行渲染「"IE=edge" -->
    <meta name="renderer" content="webkit|ie-comp|ie-stand" >
<!-- 国内浏览器很多都是双内核(webkit和Trident),webkit内核高速浏览,IE内核兼容网页和旧版网站。而添加meta标签的网站可以控制浏览器选择何种内核渲染 -->
    <meta name="keywords" content="热门游戏直播,游戏直播,高清游戏直播," >

    <meta name="description" content="scboy在斗鱼 - 全民直播平台提供高清、的视频直播" >

    <link href="/favicon.ico" type="image/x-icon" rel="icon" >

    <link href="/favicon.ico" type="image/x-icon" rel="shortcut icon" >
</head>
<body></body>
</html>
原文地址:https://www.cnblogs.com/ccxiaomaomi/p/5650849.html