HTML/XML Single Line Comment
HyperText Markup Language, eXtensible Markup Language, Cascading StyleSheet, Java Script, Programming Language Comment
<!-- <code to be commented out> -->
HTML/XML Multiple Line Comment
<!-- <code to be
commented out>
-->
CSS Single Line Comment
/* <code to be commented out> */
CSS Multiple Line Comment
/*
<code to be commented out>
<Other code to be commented out>
<Some more code to be commented out>
*/
JS Single Line Comment
// <code to be commented out>
JS Multiple Line Comment
/*
<code to be commented out>
<Other code to be commented out>
<Some more code to be commented out>
*/
Tidak ada komentar:
Posting Komentar