Contents


On-line Guides
All Guides
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems

How To Guides
Xen Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Problem Solutions

 

 

<!-- ��� -->

Usage Recommendation
thumbs up use it

<!-- ��� --> allows you to insert comments into an HTML document and have them completely ignored by the browser. This is useful for such things as revision histories and notes about how to improve the document.

For example, this code

<!-- Creation Date: June 21, 1996              -->
<!-- Modifications:                            -->
<!-- Sep 26, 1996: Added Links to Steve's Page -->
<!-- Oct 10, 1996: Updated product list        -->

produces this (nothing):

<!-- ��� --> will even "comment out" other tags. Everything is commented out until the closing -->. However, commenting out code tends to result in sloppy code. The best use for <!-- ��� --> in this sense is for experimentation, to try out different code without deleting other attempts. But when the experimentation is done, take out the unused code.

For example:

<!-- <IMG SRC="biguglypumpkin.gif" ALT="pumpkin"> -->
<IMG SRC="pumpkin.gif" ALT="pumpkin">

would be good for trying out different GIFs, but take out the commented part after you've decided on an image.

Comments may not have double hyphens (--) within them. This is because technically the comment ends with --, not -->. In practice virtually all browsers don't end the comment until -->.

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire