Hello,
I need to know / verify that my final, h6 tag needs to be placed below any other h-tag (h1 through h5) on the page; that being the last sequential h-tag towards the bottom of the page.
The way I understand this rule is that:
1) My h6 tag cannot have any other lower denomination h-tags below it.
2) Having regular text below or to the left or right of my h6 tag is okay as well, as long as that text is not using an h-tag.
3) All of the h-tags must be in descending order (literally) as one scrolls down the page (h1 at topmost with h6 at bottom).
4) The only exception to rule (3) is the h2 tag, which can be used as many times as I wish, yet not to be placed below my final h6 tag.
5) And finally, I understand that all of my h-tags that I use must have that exact same h-tag phrase/syntax embedded in the related text under it. e.g. [My h-tag] "Contact Us" [My related text] "We invite you to contact us with any questions."
Am I correct in this view?
I am already familiar with Vasilli's HTML coding and how to specify font / size / color. This query above is the only curiosity that I am unable to find an answer to.
Thank you kindly for your responses.
I need to know / verify that my final, h6 tag needs to be placed below any other h-tag (h1 through h5) on the page; that being the last sequential h-tag towards the bottom of the page.
The way I understand this rule is that:
1) My h6 tag cannot have any other lower denomination h-tags below it.
2) Having regular text below or to the left or right of my h6 tag is okay as well, as long as that text is not using an h-tag.
3) All of the h-tags must be in descending order (literally) as one scrolls down the page (h1 at topmost with h6 at bottom).
4) The only exception to rule (3) is the h2 tag, which can be used as many times as I wish, yet not to be placed below my final h6 tag.
5) And finally, I understand that all of my h-tags that I use must have that exact same h-tag phrase/syntax embedded in the related text under it. e.g. [My h-tag] "Contact Us" [My related text] "We invite you to contact us with any questions."
Am I correct in this view?
I am already familiar with Vasilli's HTML coding and how to specify font / size / color. This query above is the only curiosity that I am unable to find an answer to.
Thank you kindly for your responses.
Comment