How to comments on HTML?
Commenting is a good practice when coding using HTML. So, how to add comments in HTML? Adding comments to your code is important when documenting software. Comments are not visible on the web page because they are not aimed at the reader. Browsers ignore any text inside the comment tag, so it’s not visible on […]
