Comment

Comments are added in the source code as notes. It is usually added by programmers for future reference and understanding of details regarding each section of the code, making it useful for anyone in the future working with it. Comments neither appear in the output nor affect the execution of the program.

In HTML, a comment is added in this formatĀ  <!–add your comment–>
In CSS, a comment is added asĀ  /* add your comment */