How to Comment in C#
// This is a comment in C# code
/* This is also a comment in C#
It can be used for comment multiple lines */
How to Comment in VB
' This is a comment in VB
How to Comment in CSS
/* This is a comment in CSS */
How to Comment in Javascript
// This is a comment in Javascript
How to Comment in HTML
<!-- This is a comment in HTML -->
How to Comment in Perl
# This is a comment in Perl
How to Comment in PHP
// This is a comment in PHP
/* This is also a comment in PHP
It can be used for comment multiple lines */
How to Comment in XML
<!-- This is a comment in XML -->
How to Comment in ASP (pre .Net)
' This is a comment in ASP
No comments:
Post a Comment