Answers for "how do i comment with web development"

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

Code answers related to "how do i comment with web development"

Browse Popular Code Answers by Language