...put text in the header? When working with Cascading Style Sheets (CSS), is it okay to put text in the header?
I'm not talking about
<header>
</header>
I'm talking about
#header
...
<div id="header">This is the header I'm talking about</div>
I put some text into the header and centered...