HTML-Make-Page

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


UTF-8 encoding only

The output has "< <meta charset='UTF-8'" >> added automatically.

Viewport is added automatically

The viewport meta element, necessary for viewing web pages on mobile
phones, is automatically added to the output.

XHTML tags are not supported

XHTML tags of the form "< <br/" >> are not necessary in HTML 5 and
are not supported.

-----------------------------------------------------------------------------

2. DOCUMENTATION

You can read the documentation for the module online at the following
website:

    * http://metacpan.org/release/HTML-Make-Page

lib/HTML/Make/Page.pod  view on Meta::CPAN


=item UTF-8 encoding only

The output has C<< <meta charset='UTF-8'> >> added automatically.

=item Viewport is added automatically

The viewport meta element, necessary for viewing web pages on mobile
phones, is automatically added to the output.

=item XHTML tags are not supported

XHTML tags of the form C<< <br/> >> are not necessary in HTML 5 and
are not supported.

=back

=head1 FUNCTIONS

=head2 make_page

    my ($html, $body) = make_page (title => 'My Cool Page');



( run in 1.270 second using v1.01-cache-2.11-cpan-49f99fa48dc )