Answers for "html tag for somebody to write a comment"

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

Browse Popular Code Answers by Language