header element

This test verifies the support of the header element.

Verify that there are three paragraphs and while the second one is declared as header it should be the only one who is in blue since that is declared for the header using CSS.

P1: Regular paragraph.

P2: This is a header

P3: Regular paragraph.

Post Results