>On question #2 on the homework are we just suppose to search for H1, H2 ,etc or
>are we really interested in <H1>,<H2>,<H3>, etc. Also should we look for
></H1>,</H2>,etc.
>
>The way I read it we were suppose to search for any heading element which would
>mean it would have to have the <>'s and the closing element for the heading
>would also be considered a heading element but I wanted to make sure I read it
>correctly.
>
>Aaron `Raz' Wrasman
The regular expression you write for question #2 should match an _entire_
HTML heading element, which would include the tags in <>'s at both
ends and everything in between.
Dr. Browne