码迷,mamicode.com
首页 > 其他好文 > 详细

头标签

时间:2014-10-17 01:42:43      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:style   http   ar   sp   文件   on   html   ad   ef   

头标签用于设置页面的一些属性信息

格式:<head></head>

在头标签中还有一些其他的标签

<title></title>用于设置页面标题

<base/>用于设置此页面所有超链接的目录,利用href链接目录,可以是本地也可以是网络,target用于指定打开方式,如target="_blank"新页面打开

<meta />可以用于设置页面关键字例如:

  <meta name="keyword" content="hello, world"/>

  可以模拟http协议头,例如:

  <meta http-quiv="refresh" content="3; url=http://www.baidu.com"/>功能3秒后跳到百度

  可以设置页面属性

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

<link/>可以关联一些文件例如:

  <link rel=”stylesheet” href=”1.css” media=”print/screen”>

       rel指定关联文件与HTML的关系 media指定文件作用的设备,多个设备斜杠分隔,href文件链接

 

头标签

标签:style   http   ar   sp   文件   on   html   ad   ef   

原文地址:http://www.cnblogs.com/fantasy01/p/4030063.html

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