
PHPForms is one of the most popular scripts for building and processing web form. Over 8000 websites already successfully use PHPForms. This advanced application lets you create both simple and complex questionnaires with unlimited number of configurations, required fields, contributing to your web site interactivity. PHPForms is a simple program, which, however, can work wonders: why spend a lot of your business time corresponding with your customers to know their opinion?
Design & programming by: Web Development Company Prima Development Group 2003-2012.
Comments
Comments are necessary to make explanations as for the use of this or that CSS characteristic. It helps to remember the logic easily and the structure of the selectors and increases the  intelligibility of the code. It also increases the volume of the documents, and it influences the time of their downloading. That is why, the commentaries are usually applied in the finishing or educational purposes, but while outputting the site to the Internet they should be deleted.
In order to mark that the text is a comment, use the construction /* ... */ (example 8.1).
Example 8.1. Comments in CSS file.
As we see from the example comments can be added to any place of the document.
Example 8.2. Comments in HTML code.
If it is necessary to disable some CSS property, you may determine additional symbol before the attribute, for example twiddle (~). In this case browser does not understand the parameter and skip it as unknown one.
Example 8.3. Comment on some CSS properties.
Note
The given method of commenting the CSS characteristics is recommended to use only in the checkout purposes and should never be added into the final version of the site. This method comes into the conflict with CSS specification and leads to bugs during the code-checking on the point of validity.