Section 9
ADDING COMMENTS (or Notes)
You can also add Comment lines (or Notes) for your own future
reference. Comments do not show up for the user, but may be helpful
when you come back to edit the HTML document file later. Just put an
exclamation mark "!" as the first character of the tag like this:
<!This is a Comment>
Some software (and web browsers) also require double dashes "--"
to work correctly (on both ends of the Comment tag). To not only make your
Comments stay hidden (and work correctly), but also easier to spot when
editing, I recommend entering Comments using the double dashes like this:
<!--This is a Comment-->
[Previous Section]
[Table of Contents]
[Addendum]
[Milt's Micro Digest Home Page]
[Next Section]
The names Microsoft, Internet Explorer, Netscape, and others used in this document
are Trademarks, or Registered Trademarks of the companies represented.
E-mail questions, comments, or suggestions to: miltst@hotmail.com
© 1999 miltst@hotmail.com

(This page was last modified on: Monday, February 08, 1999)