'//www.php.net', 'text' => 'Main website' ], [ 'href' => './', 'text' => 'Current' ], [ 'href' => '//example.com', 'text' => 'Example' ], ]; $HEAD_WIKI = ''; $HEAD_RAND = ''; if (in_array($requested_style, $available_styles)) { $SUBDOMAIN = "{$requested_style}(test)"; $CSS[] = "/styles/{$requested_style}.css"; } else { $SUBDOMAIN = "test"; $CSS = [ ]; } $SEARCH = [ 'method' => 'get', 'action' => '//php.net/search.php', 'placeholder' => 'Text to search', 'name' => 'pattern', 'hidden' => [], ]; $CURRENT_PAGE = 'Current'; $lipsum = <<

This is the H1

This is an H2

This is an H3

Text with a superscript and a subscript.

This is an H4

This is a link to the PHP website.

This is an H5

This is an H6

Warning

Lists

Ordered List

Unordered List

Definition List

Definition term
Another definition

Horizontal Rule


Code

Table

Table caption
Column 1 Column 2 Column 3 Column 4
Column 1 Column 2 Column 3 Column 4
Column 1 Column 2 Column 3 Column 4
Column 1 Column 2 Column 3 Column 4
Column 1 Column 2 Column 3 Column 4
Column 1 Column 2 Column 3 Column 4
Table footer

More text

Styles

Another H2