var newdiv =
document.createElement("div");
newdiv.innerHTML =
"This is for test" ;
var
container = document.getElementById("container");
container.appendChild(newdiv);
X-UA-Compatible
header
is not case sensitive; however, it must appear in the header of the webpage
(the HEAD section) before all other
elements except for the title element
and other meta elements.