js注释:
<script> /* js注释*/ </script>
css注释
<style> /*css注释*/ </style>
html注释
<div> <!--html注释--> </div>
php标签里的注释
<php> /*一定要用这个方法,用//会在debug关时出问题*/ </php>