Openwave Mobile Browser 6.1 and 6.2: XHTML Mobile Profile and CSS Reference
Section 12 out of 38 total sections
Current chapter: XHTML-MP Reference

You can include comments in your XHTML-MP code. A comment can be any number of lines or partial lines of text, markup, or other information. Browsers ignore all comments.
A comment is every character between the comment start string ( <!-- )and the comment end string ( --> ):
<!-- one or more lines of comments -->
Comments can contain reminders about how and why you wrote the code the way you did, plans for the future, or other helpful information for yourself or others who will work with your code. You can also use comments to disable sections of code temporarily.
NOTE The browser downloads comments along with the rest of the document. Keep your comments brief. Lengthy comments can degrade application performance.

