I hate commenting html so mostly I just use this sequence '<!–>' all by itself on a row, it either opens or closes a comment and is easy to copy-paste.
<div> <!--> <div>Outcommented div</div> <!--> </div>