First of all, I've seen this question IE Compatibility issue, but I have a slightly different issue:
I have a span with display: block
and I want to put a H2 tag inside it. Will this look good in every (major) browser?
The answer on the previously stated link, was to make the H2 display:inline
, which I don't want, and also I don't want to replace the span
with a div
, because I would have to change a lot of CSS.
PS. I don't want my HTML to validate (using the validator), I just want it to work.