w3c / developers

The one-stop place to find the information and tools you need to help you learn, build, and move the web forward.
http://www.w3.org/developers/
37 stars 14 forks source link

Replace title markup elements with content markup elements #2

Closed astorije closed 9 years ago

astorije commented 10 years ago

Some paragraphs are wrapped with <h2>s.

Example on index.html, line 2:

<h1>An unique platform</h1>
<h2>Indispensable for the professional Webmaster, Web Designer or Web Developer, the developer tools platform regroup all free and Open Source tools make with love by the W3C community.</h2>

I suggest using a <p> element or anything else that is more suited for content than for titles. If the goal is to show that the current sets of <h1>s and <h2>s are headers, you can switch to paragraph and wrap both elements within <header>s.

Of course, please disregard my comment and strongly correct my ignorance if I am wrong :)