Terve
0
Q:

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>
0

New to Communities?

Join the community