HTML / CSS / Javascript / PHP Comments
HTML Comment = <!-- this is content -->
CSS Comment = /* style or class will goes here */
<strong>Javascript Comments</strong>
Javascript Comment (Multi Line Comment) = /* javascript code here */
Javascript Comment (Single Line Comment) = /* javascript code here */
<strong>PHP Comments</strong>
PHP Multi Line Comment /* code */
PHP Single Line Comment // code
HTML Comment = <!-- this is content -->
CSS Comment = /* style or class will goes here */
<strong>Javascript Comments</strong>
Javascript Comment (Multi Line Comment) = /* javascript code here */
Javascript Comment (Single Line Comment) = /* javascript code here */
<strong>PHP Comments</strong>
PHP Multi Line Comment /* code */
PHP Single Line Comment // code