annotate run/html_comment_02.html @ 18:33a25c1e1cfc

various corrections/by-passes of known problems
author thomask
date Fri, 08 Oct 2004 21:12:15 +0000
parents e238a15dbc74
children 32125cf81a59
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
2 <html>
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
3 <head><title>html_comment_02</title></head>
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
4 <body>
18
33a25c1e1cfc various corrections/by-passes of known problems
thomask
parents: 6
diff changeset
5 <pre><CODE>
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
6 int main(){
18
33a25c1e1cfc various corrections/by-passes of known problems
thomask
parents: 6
diff changeset
7 <!-- das ist ein Kommentar </CODE> -->
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
8 return 0;
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
9 }
18
33a25c1e1cfc various corrections/by-passes of known problems
thomask
parents: 6
diff changeset
10 </CODE></pre>
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
11 </body>
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
12 </html>
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
13