another.htm 818 B

123456789101112131415161718192021222324
  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <html>
  3. <head>
  4. <title>Another HTML Help book</title>
  5. </head>
  6. <body>
  7. <h1>Another book...</h1>
  8. Here's another book to demonstrate that
  9. <UL>
  10. <LI> You can display multiple books in a help controller
  11. <LI> You can selectively search books. Try it!
  12. <LI> Index files are optional. This book doesn't supply an index, but it does supply
  13. a contents (.hhc) file. You must always supply a contents file because
  14. <UL>
  15. <LI> Contents trees rule :-)
  16. <LI> The search algorithm uses the contents tree to find out which pages are
  17. available.
  18. </UL>
  19. Wanna know what a contents file looks like? Click <a href="another.hhc">here</a>
  20. </UL>
  21. You can also view the <a href="another.hhp">project file</a> for this book.
  22. </body>
  23. </html>