Using HTML

Source Insight has special features for handling the HTML Language. The HTML Language parser scans files to locate interesting structural tags. Those tags show up in the symbol window attached to the left side of each source window. The only symbol types added to the project symbol database are the “TITLE” tags. For example, an HTML file might contain this:

<TITLE>Programming Wisely</TITLE> 

It would result in a symbol added to the symbol database as “TITLE: Programming Wisely”. The maximum length of a symbol is 79 characters.