HHC3005: The HTML end tag "tag name" has invalid characters before the closing angle bracket (>).

Problem: The compiler encountered an HTML tag beginning with a forward slash that is not followed by a white space (space, tab, carriage return, or line feed) or alphanumeric character.

Result: The compiler will ignore the tag. If the tag was intended to close a title, style, or object tag, the compiler may produce additional errors. In the case of a split HTML file, the compiler may generate incorrect HTML files.

Solution: If you accidentally typed two forward slashes (//), remove the second slash. Otherwise, you will need to remove the character that appears directly after the forward slash.