HTML头部

1.文档声明

html5的声明类型为  <!DOCTYPE html>

2.head部分

  2.1 <title></title>

  2.2 <base href="www.xxx.com" />      <base target="_blank" />  设置默认链接或打开目标

  2.3 <mate name="keywords" content="html5,css" />  常用于搜索引擎提供信息,在html里没有闭合标签

  2.4 <link rel="stylesheet" type="text/css" href="mystyle.css" /> 定义外部资源,常用于连接外部样式表,在html里没有闭合标签

  2.5 <style type="text/css"></style> 定义内部样式表

  2.6 <script type="text/javascript" src="myscript.js"></script> 连接外部脚本或者定义内部脚本

posted @ 2015-09-02 09:02  fj0716  阅读(131)  评论(0编辑  收藏  举报