码迷,mamicode.com
首页 > Web开发 > 详细

HTML标签

时间:2018-07-01 23:00:50      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:head   常用标签   pre   keyword   mat   div   esc   code   rtc   

 

常用标签

 

  • <meta >  metadata information

页面编码(告诉浏览器是什么编码)

< meta http-equiv=“content-type” content=“text/html;charset=utf-8”>

刷新和跳转

< meta http-equiv=“Refresh” Content=“30″>

< meta http-equiv=”Refresh“ Content=”5; Url=http://www.autohome.com.cn“ />

关键词

< meta name="keywords" content="星际2,星际老男孩,专访,F91,小色,JOY" >

<!-- 下方标签为该html页面的默认语言为en-->

<html lang = "en">
<head>
    <meta charset= "UTF-8">
    <!--下方标签为该HTML页面每间隔3秒自动刷新页面 -->
    <!--
    <meta http-equiv="Refresh" Content = "3">
    -->
    
    <!--下方标签为该HTML页面每间隔3秒自动刷新页面,并调整到其他页面,但是不建议使用这个-->
    <!--
    <meta http-equiv="Refresh" Content = "3";Url =http://wwww.baidu.com>
    
    -->
    
    <meta name= "keywords" content = "网站关键字">
    <meta name= "description" content = "关键字对应的内容">
    
    <!-- 下方标签为HTML兼容IE模式-->
    <meta http-equiv="X-UA-Compatible" content="IE=IE9;IE=IE8;">
    <title> HTML头部信息</title>
    <!-- 
    <link />欠 搞图标
    <style />欠
    <script />欠
    
    -->
    
</head>
</html>

 

  • Title

 <title> HTML头部信息</title>

 

  • Linkcss

 

1.css  css样式

< link rel="stylesheet" type="text/css" href="css/common.css" >

2.icon  搞图标

< link rel="shortcut icon" href="image/favicon.ico">

 

HTML标签

标签:head   常用标签   pre   keyword   mat   div   esc   code   rtc   

原文地址:https://www.cnblogs.com/cheng662540/p/9251587.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!