Example - Comments

Previous page...

The document content goes here

The HTML

<html>

<head>
		<title>Comments</title>
</head>

<!-- This is a comment. It will not be displayed in the browser -->

<body>
	
		The document content goes here

<!-- A comment can be useful for a web page designer to annotate a
document with things that they would like to remember at later date,
which cannot be part of the visible document. Also if more than one
person is working on a document (web page) it is a useful method of
communication -->		
	
</body>
	
</html>	
		

© 2003 Ashley Preston 

Computeach International Ltd