1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!DOCTYPE HTML> <html> <head> <title>Test for view source</title> </head> <body> <!-- this is a multi-line comment --> <script class="testbody" type="text/javascript"> // This is a script comment / text. </script> </body> </html>