HTML Comments

Comments are an essential part of each programming language. It is used to document code properly. Commenting code is considered a good practice. Browsers don’t process comments and simple ignore them. So, it doesn’t render comments in the browser window. Read more