Each document page starts with a <h1>header</h1> as the main title. If possible, start with one or two sentences giving a good introduction.
A level <h2> heading</h2> follows and marks each main section of the page.
Aenean eu libero nec lectus ultricies laoreet. Donec rutrum, nisi vel egestas ultrices, ipsum urna sagittis libero, vitae vestibulum dui dolor vel velit. Aenean eu libero nec lectus ultricies laoreet. Donec rutrum, nisi vel egestas ultrices, ipsum urna sagittis libero, vitae vestibulum dui dolor vel velit.
A level <h3> heading</h3> is used for each subsection within the main sections.
Aenean eu libero nec lectus ultricies laoreet. Donec rutrum, nisi vel egestas ultrices, ipsum urna sagittis libero, vitae vestibulum dui dolor vel velit. Aenean eu libero nec lectus ultricies laoreet. Donec rutrum, nisi vel egestas ultrices, ipsum urna sagittis libero, vitae vestibulum dui dolor vel velit.
Note:
A note is used to give somewhat more info related to the subject but not quite fitting in the flow.
Code blocks are marked up with <pre class="prettyprint lang-php"> tags
// pre tag
echo "hello world!";
foreach($item as $thing){
echo $thing;
}
If needed, <h4> headings</h4>, <h5> headings</h5> and <h6> headings</h6> can be used to even further divide sub-sub sections.
Aenean eu libero nec lectus ultricies laoreet. Donec rutrum, nisi vel egestas ultrices, ipsum urna sagittis libero, vitae vestibulum dui dolor vel velit.
Aenean eu libero nec lectus ultricies laoreet. Donec rutrum, nisi vel egestas ultrices, ipsum urna sagittis libero, vitae vestibulum dui dolor vel velit.
// code tag
echo "hello world!";
foreach($item as $thing){
echo $thing;
}