HTML Tags
Comment. <!-- *** --> Not displayed by browser.
HTML 3.2 Prologue. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
Indicates a searchable index. <isindex>
Text to prompt input. <insindex prompt=***>
Send search. <a href=URL?***> Use a real question mark.
URL of this file. <base href=URL> (must be in header)
Base window name. <base target=***> (must be in header)
Relationship. <link rev=*** rel=*** href=URL> (must be in header)
Meta information. <meta> (must be in header)
Style sheets. <style> </style>
Scripts. <script> </script>
