doctype对应关系
html标签,内部属性
标签分类:
自闭和标签:<meta>,<>
主动闭合标签:<html></html>
head标签
meta标签:
编码
charset=‘utf-8‘,
刷新和跳转,
<meta http-equiv="refresh"content="3">
<meta http-equiv="refresh"content="3;Url=http://autohome.com.cn"/>
关键词和表述,
<meta name=‘keywords‘ content=‘......‘>
<meta name = ‘description‘ content =‘...... ‘>
IE兼容
X-UA-Compatible
title标签:显示网页名
原文:https://www.cnblogs.com/mushuiyishan/p/10537444.html