Is there an \"invisible\" tag in HTML (4) that I can use to make CSS distinctions
tag.myclass tag.mysubclass h1 { }
without having
You can add display: none; to it. That won't display it (obviously).
display: none;