1<html> 
2<head> 
3<title>[ #433672 ] Anchor enclosing Header tags is omitted</title> 
4</head> 
5<body> 
6<A NAME="xyz"><H2>Section heading</H2></A> 
7<H2><A NAME="abc">Another heading</A></H2> 
8
9<a href='#xyz'><center><img alt='ack!' src='joebob.gif'></center></a>
10<p><a href='#abc'>Goto Another Heading</a>
11</body> 
12</html> 
13