C & G web

Comments

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.


Example - Comments

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>	
		

Previous page...

Back to Top of Page

Computeach International Ltd

Christopher Ward London Limited

Christopher Ward London Limited