HHC3002: The HTML tag "tag name" is missing a closing angle bracket.

Problem: The compiler encountered an HTML tag that it recognized, but could not find a closing angle bracket (>). The file may be corrupt.

Result: The compiler will probably not be able to process the rest of the file.

Solution: Find the tag in your file and add the closing angle bracket.

Note: When the compiler encounters a tag without the closing angle bracket, it searches the entire rest of the file for a single closing angle bracket. When this error occurs, the compiler didn't find the closing angle bracket. This usually means that the HTML file is corrupt.