While on source code using CTRL+ [ or CTRL + ] to match the start/end brackets in html there is no shortcut to do that.
If you want to go starting matching HTML tag, then follow below steps.
Place cursor at ending matching HTML tag. Press Ctrl+M+M [To Collapse entire tag] Press Home Key [To place cursor at before starting tag] Press Ctrl+M+M [To Expand entire tag] If you want to go ending matching HTML tag, then follow below steps.
Place cursor at starting matching HTML tag. Press Ctrl+M+M [To Collapse entire tag] Press End Key [To place cursor next to ending tag] Press Ctrl+M+M [To Expand entire tag]
source http://stackoverflow.com/a/10763916
origin - http://www.pipiscrew.com/?p=2119 vs-net-asp-net-matching-startend-html-element