Answers for "simple comment section html"

1

html comments

<!-- html comment -->
Posted by: Guest on July-16-2021
0

how do i comment with web development

<!DOCTYPE html>
</html>	
	<head>
		<script>
          //one line comment
          /*
          
          multiline comment*/
      </script>
      <style>
        /*
        
        multiline comment*/
      </style>
	</head>
	<body>
      <!-- multiline comment

		-->
	</body>
</html>
Posted by: Guest on November-28-2020

Browse Popular Code Answers by Language