The DOM contains two heads, is this bad? It seems to work fine. Before DOM loads: var head= document.createElement('head'); document.getElementsByTagName('html')[0].appendChild(head);
The DOM contains two heads, is this bad? It seems to work fine.
Before DOM loads: