Help for this page

Select Code to Download


  1. or download this
    <body alink=#0000ff BGCOLOR=#ffffff CLASS='none'>
        <P>This is <EM>ugly</em> HTML</P>
    
  2. or download this
    <body class="foobar">
        <p>This is <em>ugly</em> HTML</p>
    
  3. or download this
    use HTML::TokeParser::Simple 2.1;
    my $parser = HTML::TokeParser::Simple->new( $ugly_html );
    ...
            ->set_attr('class','foobar');
    }