tutorial 1: code commenting: best practices

watch it on YouTube

Notes

Examples

HTML comment format
<!--comments here--single line or multiline-->
CSS comment format
/*comments here--single line or multiline*/
JavaScript comment format
//single line comments here
/*multi-line comments here*/