模板的认识
Posted yzdwd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了模板的认识相关的知识,希望对你有一定的参考价值。
<!doctype html>
<html>
<head> //头部内容给浏览器看
<meta charset="utf-8"> //charset 是编码格式 utf-8 是国际编码
<meta name="Author" content="yzd">//告诉搜索引擎你站点的作者
<meta name="Keywords" content="web 课程一">//告诉搜索引擎你网页的关键词
<meta name="Description" content="网页描述">//告诉搜索引擎你网页的描述
</head>
<body>//body部分为网页的可视化区域
</body>
</html>
/*
以上是关于模板的认识的主要内容,如果未能解决你的问题,请参考以下文章