view run/html_comment_02.html @ 1330:f3f715978184

Georg Wrede <georg@iki.fi> 2007-01-07 mail:45A120F5.1050108@iki.fi
author thomask
date Sat, 13 Jan 2007 10:33:49 +0000
parents 32125cf81a59
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
	<head><title>html_comment_02</title></head>
	<body>
		<pre><CODE>
int main(){ 
<!-- das ist ein Kommentar </CODE> -->
	return 0;
}
		</CODE></pre>
	</body>
</html>