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>
</head>
<body>
//it could be in the header or in the body // Here is the recommended place
to put the external script
<!-- it could be in the header or in the body -->
<!-- Here is the recommended place to put the external script -->
<script src="introduction.js"></script>
</body>
</html>

Loading…
Cancel
Save