How is the use of comments and how do you write comments in HTML ?
Jun 27, 2023 · 1 min read · Comments are some text or code written in your code to explain the code, and not visible to the user. Comments which are used for HTML files are known as HTML comments. Anything written between these tags will be ignored by the browser, so comments...
Join discussion

































