XHTML comments can be added to web pages to provide notes and reminders to website designers about page elements and setup. Comments are not visible to users viewing the page but can be seen by examining the page source code. Comments use syntax of <!-- comment text --> and anything between those tags will be ignored by browsers but can span multiple lines. Comments should be used carefully as anyone can view the source code of a page.