Comments in HTML

Term side of the Card
Topic: Basics
Unit title: Comments in HTML
Categories: Syntax
Explanation side of the Card

Explanation: The way to add notes or explanations within the HTML code that are not visible on the webpage. These notes are enclosed in < !-- and -- >, with the content placed in between. They are often used to explain the code, disable parts temporarily or leave reminders for developers.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub