In web design terms, a comment is a bit of information contained in the HTML or XHTML of a web page, which is ignored by the browser. Comments are used to identify different parts of the file and as reference notes. Good commenting makes it much easier for a web designer to make changes to the site, as it clearly defines which parts of the code perform what functions. There are different comment formats for different programming and markup languages.