💡 Tip: Login now to track your course progress and unlock your downloadable certificates instantly!

HTML Comments

Comments in HTML are notes or explanations added to your code for yourself or other developers.
They do not appear on the webpage, but are visible in the HTML source code. Comments make your code easier to understand and maintain.

What Is an HTML Comment?

An HTML comment is written using the following syntax:

Comment Example
<!-- This is a comment -->
  • Everything between <!-- and --> is ignored by the browser.
  • You can write single-line or multi-line comments.

Single-Line Comment Example

Single-line Comment
<p>This is a paragraph.</p>
<!-- This paragraph explains something important -->
  • The <p> text is visible on the webpage.
  • The comment is ignored and not displayed.

Multi-Line Comment Example

Multi-line Comment
<!--
This is a multi-line comment.
You can write explanations,
notes, or reminders here.
-->
<p>HTML comments are helpful for developers.</p>

Common Uses of HTML Comments

Code Documentation

Explain sections of code for yourself or other developers.

Debugging

Temporarily disable a part of your HTML code:

    Example
    <!-- <p>This paragraph is temporarily hidden.</p> -->

    Organizing Code

    Separate sections for better readability:

    Organizing Example
    <!-- Header Section -->
    <header>...</header>
    
    <!-- Navigation Section -->
    <nav>...</nav>

    Important Notes

    • Comments cannot be nested. Don’t put <!-- --> inside another comment.
    • Avoid overusing comments — only use them where necessary for clarity.
    • Comments are visible in the browser’s “View Page Source”, so don’t include sensitive information.

    Conclusion

    HTML comments are an essential tool for code documentation, organization, and debugging.
    They help developers understand, maintain, and collaborate on projects without affecting what users see on the webpage.

    Sign In Form

    User your email and password to singn in

    Don’t have an account, signup here : 

    HTML5 & CSS3

    Tools and Tutorials

    Want a Website

    Want a website for your business ?

    Please fill out the details below, so we can reach out to you.

    Registration Form

    Signup to track your record and much more.

    We have sent you an email with a registration link. Please click the link to verify your email address, or enter the 6-digit OTP provided in the email.

    Didn't receive the OTP. Regenerate OTP Resend