<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"> <title> myHtml5 Template </title> <!-- file:///C:/Notepad++Portable/javascript-Ben/myHtml5-Template.html --> </head> <body> <!-- this is an html comment: html code goes here: --> <script type='text/javascript'> // this is a javascript comment: javascript code goes here: </script> </body> </html>