Monday, 8 February 2016

HTML / CSS / Javascript / PHP Comments

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

No comments:

Post a Comment