Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard tag);
    
    print tag({-type=>'invented', 'I made this up');
    
  2. or download this
    <TAG TYPE="invented">I made this up</TAG>