Get your own website Result Size: 625 x 565
 
<!DOCTYPE html>
<html>
  <body>
    
    <!-- This is a single-line comment in HTML -->
    <p>Hello, world!</p>
    
    <!--
    This is a multi-line comment
    in HTML
    -->
    
    <p>Comments are ignored</p>
  </body>
</html>