How to comment/uncomment in HTML code

前端 未结 11 1763
名媛妹妹
名媛妹妹 2020-12-28 13:39

Often while coding view templates in html, my habit of adding some helpful comments causes lots of time-consuming effort while testing.

Consider this code...

11条回答
  •  失恋的感觉
    2020-12-28 13:48

    Depends on the extension. If it's .html, you can use to start and ?> to end a comment. That's really the only alternative that I can think of. http://jsfiddle.net/SuEAW/

提交回复
热议问题