HTML文档基本结构_head区

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="网页设计,学网页" />
<meta name="description" content="如何学习网页设计,学习网页设计的方法,HTML中文手册" />
<meta name="author" content="传智播客" />
<meta http-equiv="refresh" content="2;url=http://www.baidu.com" />
<title>HTML文档基本结构_head区</title>
</head>

<body>
    meta标记用于定义文件信息,对网页进行说明,便于搜索引擎查找,
</body>
</html>
<!--
<html>

    <head>
        <title> 网页标题 </title>            文件标题声明
     <mate>                             一些文档的信息,如对该文档关键词,描述,字符集设置等等。
      <base>                             超链接网址基准参考点
      javascript和VBScript程序
         stylesheet                         可用来设置排版来的声明
      <link>                             可引用外部文件,如CSS排版样本
    </head>

    <body>
        这里放置的是要在网页中显示的内容
    </body>
</html>

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。