In VB and C# there are #Region ... #endRegion and have it collapsable. Is there a similar way to do this in HTML?
Right now I just have comments blocking where the different elements are on my HTML page, but I would like to have a single collapse point instead of all of the <tr> <td> and <div> tags collapsed.