Home > Web Front-end > HTML Tutorial > Doubts about html header

Doubts about html header
WBOY
Release: 2016-06-24 11:50:18
Original
1511 people have browsed it

In the local test, delete the header ie11 and chrome will display normally. Adding ie has no effect. I would like to ask what the standard is? How to change the calculation standard for the following code?

Post the code below
test.html



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











test.css
.te_div{
width:1000px;
height:100px;
background-color:#003333;
float:left;
}
.te_tab{
height:auto;
margin-left:auto;
margin-top:50px;
background-color:red;
float:left;
}


Reply to discussion (solution)

Found the answer http://answers.microsoft.com/zh-hans/ie/forum/ie11-iewindows8_1/ie11/40e557b2-f58b-4315-8a87-ea281b8e8833

Registry HKEY_CLASSEC_ROOT.CSS There is a problem with the Contente TYpe key value
Can anyone explain it?

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template