programming-examples/js/Others/A Basic Starter Document.js

15 lines
279 B
JavaScript
Raw Normal View History

2019-11-15 12:59:38 +01:00
<html>
<head>
<title>My first HTML page - Happy Codings :-) JavaScript Code Examples</title>
<script type="text/javascript">
<!-- Hide
//Your code will go here
// End hide-->
</script>
</head>
<body>
<!-- Your page content will go here -->
</body>
</html>