replace JS styled comments to HTML styled comments

pull/138/head
Akshhat 5 years ago
parent 0c0e1c21ad
commit a9bd97cd68

@ -407,8 +407,8 @@ External scripts in the _body_:
<title>30DaysOfJavaScript:External script</title> <title>30DaysOfJavaScript:External script</title>
</head> </head>
<body> <body>
//it could be in the header or in the body // Here is the recommended place <!-- it could be in the header or in the body -->
to put the external script <!-- Here is the recommended place to put the external script -->
<script src="introduction.js"></script> <script src="introduction.js"></script>
</body> </body>
</html> </html>

Loading…
Cancel
Save