<!DOCTYPE html> <section role="presentation"> <header> <p>header inside section with role presentational.</p> </header> </section> <section role="generic"> <header> <p>header inside section with role generic.</p> </header> </section>