Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Creating Horizontal Lines in HTML</title> </head> <body> <!-- This is an HTML comment --> <!-- This is a multi-line HTML comment that spans across more than one line --> <p>This is a normal piece of text.</p> <p><strong>Note:</strong> Comments are not displayed by the browsers.</p> </body> </html>