Hello.
This is not error, just a warning. The main reason is that each section on page must have heading (about what this section). Like each Page have heading.
So right after this code (or in module/widget that in this section) add this code (heading):
<h2>Write your heading here</h2>
Do it for all Sections and test again.
<section class=" bd-section-4 bd-tagstyles" id="section3" data-section-title="topbanner">
<h2>Write your heading here</h2>
<p>Your content</p>
</section>
According to W3C's HTML5 documentation: "A section is a thematic grouping of content, typically with a heading."
For example, a home page could normally be split into sections for introduction, content, and contact information.
About Headings: https://www.w3schools.com/html/html_headings.asp
About Semantic Elements: https://www.w3schools.com/html/html5_semantic_elements.asp
Need to know some basics if you want W3C validation :)
Hello.
This is not error, just a warning. The main reason is that each section on page must have heading (about what this section). Like each Page have heading.
So right after this code (or in module/widget that in this section) add this code (heading):
<h2>Write your heading here</h2>
Do it for all Sections and test again.
<section class=" bd-section-4 bd-tagstyles" id="section3" data-section-title="topbanner">
<h2>Write your heading here</h2>
<p>Your content</p>
</section>
According to W3C's HTML5 documentation: "A section is a thematic grouping of content, **typically with a heading**."
For example, a home page could normally be split into sections for introduction, content, and contact information.
About Headings: https://www.w3schools.com/html/html_headings.asp
About Semantic Elements: https://www.w3schools.com/html/html5_semantic_elements.asp
Need to know some basics if you want W3C validation :)
Last edited 04 January 2020 by Vitaliy WD