Hi, folks.
I am wondering what the HTML standard says regarding the headings
specifiers (h1, h2, h3, etc.). Specifically, I would like to know if
these tags have the browser include a blank line above and below text
included between the, say, <h2></h2> tags.
I have looked through at least three books that discuss the h-tags but
none of them mention what the standard says.
Just for a test, I wrote a dummy page that included a chapter heading
such as <h2>Chapter Test #1</h2>.
I notice that when used to label the heads of table columns
(i) Microsoft IE adds a blank line below "Chapter Test #1";
(ii) Mozilla and Opera do NOT add a blank line below "Chapter Test
#1".
Somebody please let me know what the standard says.
A related question: how can I control this feature; I want to ensure
NO extra spacing below the headings.
Thanks in advance for any advice.
Michael
I am wondering what the HTML standard says regarding the headings
specifiers (h1, h2, h3, etc.). Specifically, I would like to know if
these tags have the browser include a blank line above and below text
included between the, say, <h2></h2> tags.
I have looked through at least three books that discuss the h-tags but
none of them mention what the standard says.
Just for a test, I wrote a dummy page that included a chapter heading
such as <h2>Chapter Test #1</h2>.
I notice that when used to label the heads of table columns
(i) Microsoft IE adds a blank line below "Chapter Test #1";
(ii) Mozilla and Opera do NOT add a blank line below "Chapter Test
#1".
Somebody please let me know what the standard says.
A related question: how can I control this feature; I want to ensure
NO extra spacing below the headings.
Thanks in advance for any advice.
Michael
Comment