Answer the question
In order to leave comments, you need to log in
Using console.log in .html?
Can console.log be used in .html? If so, where will it lead to?
Answer the question
In order to leave comments, you need to log in
yes, in the script tag
<script>
console.log('hello world');
</script>
And why is it necessary? And why not use comments in HTML
it will be in devtoolz in the Elements tab
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question