本文介绍了主页中元标记的用途是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

以下两个标签的用途是什么?



What is the use of below two tags?

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8,chrome=1" />

<meta content="text/html; charset=utf-8" http-equiv="Content-Type">









使用





using

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8,chrome=1" /> 

getting compatibility issues in IE11

Please explain the use of these tags?


Thanks Advance
Krishna..

推荐答案


这篇关于主页中元标记的用途是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-15 04:43