Answers for "how to put a comment in html code that you dont want to display"

1

how to add comment in html

<!-- Comment HTML -->
<style>
  /* A CSS comment */
</style>
<script>
  // A Javascript Comment
</script>
Posted by: Guest on August-08-2021

Code answers related to "how to put a comment in html code that you dont want to display"

Browse Popular Code Answers by Language