问答详情
源自:1-4 听说有新版本了? - html5文档结构

简写和全写的区别

 <meta http-equiv="content-type" content="text/html; chaeset=utf-8">和<meta charset=utf-8>有什么区别

提问者:Douglas_01 2020-03-18 13:21

个回答

  • 不斩无名
    2020-04-03 23:54:09

    很简单,区别在于http-equiv="content-type" content="text/html; 的有无;所以你要理解这个部分,http-equiv="content-type"规定的是网页的内容样式,content="text/html;规定网页的文本样式要基于超文本标记语言。

  • 慕仰5439023
    2020-03-18 14:35:22

    我还没学到这~