User Tools

Site Tools


hsss:structuring_headers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

hsss:structuring_headers [2015/12/16 22:33] – created leohsss:structuring_headers [2015/12/16 22:36] (current) leo
Line 3: Line 3:
 Il existait anciennement le tag <hgroup>. Il existait anciennement le tag <hgroup>.
  
 +Certains regroupements font sens :
  
 +<code>
 +<article>
 +  <h3>super titre</h3>
 +  <p>par José</p>
 +  <p>Le 16 décembre 2015</p>
 +  <p>Mon super article</p>
 +</article>
 +</code>
 +
 +Devient :
 +
 +
 +<code>
 +<article>
 +  <header>
 +    <h3>super titre</h3>
 +    <p>par José</p>
 +    <p>Le 16 décembre 2015</p>
 +  <header>
 +  <p>Mon super article</p>
 +</article>
 +</code>
hsss/structuring_headers.1450301611.txt.gz · Last modified: 2015/12/16 22:33 by leo