一、css的注释方法:
<style type="text/css">
/* css的注释方法*/
</style>

二、JS的注释方法:
<script type="text/javascript">
//js的注释方法
</script>

三、HTML的注释方法:
<!-- html的注释方法:START -->
<!-- html的注释方法:END -->