Quote:
Originally Posted by cybmole
I have searched in vain for a crib sheet / tutorial book that defines these types of + constructions, also for one that explains the use of <h> without a number, in style definitions, can you recommend links / books please
|
Look for "CSS selectors", the spec is
here
For <h> with no number, I don't think you can use in anywhere, all you can do is put all 6 instances in a list:
h1, h2, h3, h4, h5, h6 { text-align: center }