JavaScript, and CSS the same commenting characters.
Single Line
// this will work for a single line to be commented out
Multiple Lines
/*
this is work for more
than one line to be commented out
*/
HTML
<!– Commented code is here –>
JavaScript, and CSS the same commenting characters.
Single Line
// this will work for a single line to be commented out
Multiple Lines
/*
this is work for more
than one line to be commented out
*/
HTML
<!– Commented code is here –>