You cannot comment on this without removing the internal comments, because HTML will treat the code as
<!-- <section> ---- ---- //All this code comes under commented ---- some stuff... -->
It will only consider the start comment tag before <section> and end the comment after the word "some stuff ...". This way, HTML will not process the single comment tag after <h1> , which is already under the comments.
smart_dev
source share