Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<h1>The Console Object</h1>
<h2>The group() Method</h2>
<p>Remember to open the console (Press F12) before you click "Run".</p>
<p>A message group with a label.</p>
<script>
console.log("Hello world!");
console.group("myLabel");
console.log("Hello again, this time inside a group, with a label!");
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_console_group3 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:39:29 GMT -->
</html>