HTML common

In this section we will learn about common things of HTML


HTML Comments

Comments are used to add notes, explanations, or reminders within the code. They don’t appear on the webpage and are solely meant for developers or maintainers working with the codebase.

Example

<!-- This is an HTML comment -->
  • <!--: Start of the comment.

  • -->: End of the comment.