HTML Comments 📌


Let's talk about comments in HTML.


Why we need comments?

When we write HTML comments, Then the browser will automatically ignore this.

<!-- This is a comment -->

Now maybe you have a question about why we need these comments?

Code comment is a way to talk with other developers, Let's assume we are working with more than one developer, now if I write an essential code so I can highlight it for other developers.