Example # 1 HTML
- Code: Select all
<div class="example"></div>
For Comment
- Code: Select all
<!--<div class="text"></div>-->
Example # 2 CSS
- Code: Select all
div.text{}
For comment
- Code: Select all
/*div.text{}*/
Example # 3 PHP
- Code: Select all
<div class="<?php echo $text ?>"></div>
For comment
- Code: Select all
<div class="<?php /*<?php echo $text ?>*/ ?>"></div>