The HTML view has a number of options that are discussed in this topic:
The output generated can be viewed locally or uploaded to a Web site manually or by using Help Builder's build in project FTP Upload feature. In both cases the output can be displayed by accessing the index.htm to view the content in a frames view that looks somewhat similar the CHM viewer. Here's the output as you would see it on the Web:

Browser Compatibility:
Help Builder generates HTML 4 output, so a relatively recent browser is required. Older browser will still render the content but you will not get a collapsible tree. The HTML output option also uses JavaScript to expand and collapse sections of the content view and to show related topic contents. These features will not work if Active Scripting is disabled in Internet Explorer.
The files are generated in the root of the project along with the CHM or Word document output. If you were to manually copy the project you'd want to copy:
Note that the project root contains other files as well. Since some of these - like the project file and the CHM file can be quite large you typically don't want to copy or upload those to a server.
To make this process easier Help Builder provides an FTP Upload option:


Notice the Add Search button on the Web option, which enables those buttons below the title. This option requires that ASP.NET is installed and active on the server. The option enables generating the extra links and also causes a Search.aspx page to be added to your help project. When viewing the help project locally in HTML format this option is not available because it requires ASP.NET and a Web Server to operate. Here's what the Search page with a search result looks like:

This option requires:
The Search functionality is driven through the Search.aspx page which contains the search logic. This page is stored in the Templates directory and then moved into main directory. Once there the file stays there and is not touched again.
You can customize the search page as you see fit both from a design view as well as from the search logic which is rather simplistic.
http://www.west-wind.com/westwindwebstore/docs/_1150ZAC38.htm
This links to an individual topic. However, in most situations you probably want to link to the help file in the full frames view which you can do with:
http://www.west-wind.com/westwindwebstore/docs/index.htm
Finally you might want to display a specific topic, but also display it in Frames view and show the topic in the Content view at the same time:
http://www.west-wind.com/westwindwebstore/docs/index.htm?page=_1150ZAC38.htm
This gives you the best of both worlds.