Help for this page

Select Code to Download


  1. or download this
    use strict;
    use HTML::TokeParser;
    ...
    <p class="salad" id="taco">A first paragraph.</p>
    <p>A follower.</p>
    <p>Big finish. Or Finnish?</p>
    
  2. or download this
    blockquote {
     /* format definition, whatever you want... */
    ...
    h4 + p {
     /* format definition identical to your blockquote def */
    }