CSS - H2 and H3 - difference is too small [modified]
-
I think that difference between <h2> and <h3> is too small. They are bold, the same color, the same margin and nearly the same size. The only difference is small difference in size. I know that everybody see this difference when comparing h2 to h3, but my dream is to see whether it is top paragraph or nested paragraph, without comparing.
h2 { font-size: 13pt; }
h3 { font-size: 11pt; }If it will not change then can I propose use h3 for articles without nested structure, h3 and h4 for articles with two levels of paragraph and h2, h3, h4 for big articles with 3 levels of paragraph.
And my sugestion: <h4>'s margin-bottom set to 0px will not work if margins of <p> are left default. (most of users use <p> after <h2..4>)
h2
h3
h4
<p>paragraph</p> has margin after h4
h4
text without <p> has no margins with h4.
modified on Monday, February 22, 2010 3:20 AM