<head>元素是所有头部元素的容器。<head>
内的元素可包含脚本,指示浏览器在何处可以找到样式表,提供元信息,等等。
以下标签都可以添加到 head
部分:<title>、<base>、<link>、<meta>、<script>以及
<style>。
如:
一个简化的 HTML 文档:
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
看看文件有没有错,可能是head.htm吧要不看看index.htm里面
<!--head-->
{dede:include filename="head.htm"/}
<!--head_end-->
看看这里写了什么
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)