quick question: is it actually allowed to use the header tag twice? e.g. i have two important head-sections in my header.php where both could have header tag?
You can put two tags in your document, sure. Semantically, however, it is incorrect. Why not use one tag and use a different tag inside it?