HTML::EasyTags

HTML::EasyTags is a Perl module to make well-formed XHTML or HTML 4 tags, lists.
Download

HTML::EasyTags Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Darren R. Duncan
  • Publisher web site:
  • http://search.cpan.org/~duncand/CGI-Portable-0.51/lib/CGI/Portable/AppMultiScreen.pm

HTML::EasyTags Tags


HTML::EasyTags Description

HTML::EasyTags is a Perl module to make well-formed XHTML or HTML 4 tags, lists. HTML::EasyTags is a Perl module to make well-formed XHTML or HTML 4 tags, lists.SYNOPSIS use HTML::EasyTags; my $html = HTML::EasyTags->new(); $html->groups_by_default( 1 ); print $html->start_html( 'This Is My Page', $html->style( { type => 'text/css' }, $html->comment_tag( p( "Click " . $html->a( href => 'http://search.cpan.org', text => 'here' ) . " for more." ), $html->hr, $html->table( $html->tr( ), $html->td( ) ] ) ), $html->hr, $html->form_start( method => 'post', action => 'http://localhost' ), $html->p( "What's your name? " . $html->input( type => 'text', name => 'name' ) ), $html->p( "What's the combination?" . $html->input_group( -type => 'checkbox', -name => 'words', -value => , -checked => , -text => ), ), $html->p( "What's your favorite colour? " . $html->select_start( -size => 1, -name => 'color' ) . $html->option_group( -value => , -text => ) . $html->select_end ), $html->input( type => 'submit' ), $html->form_end, $html->end_html; Requirements: · Perl


HTML::EasyTags Related Software