Home
HTML
HTML Comment
Example 4: HTML Comment
Run ❯❯
<!DOCTYPE html> <html> <head> <title>HTML Comment Example</title> </head> <body> <!--<h1>HTML Learning at Result University</h1>--> <p>In this example h1 heading has been commented out. You can see heading has not been shown on the screen.</p> </body> </html>