HHC1000: An empty HTML tag has been used.

Problem: The compiler encountered an open and close angle bracket (<>) with no HTML tag name between them.

Result: The characters <> will appear in the topic.

Solution: If you intended to display the angle brackets in the HTML page, use the HTML codes &lt; and &gt; to avoid the compiler warning. Otherwise, remove the brackets or replace them with a valid HTML tag.