Suppose I\'m editing a very long and messy HTML file. With my cursor at an open tag, is there a way to jump to its closing tag?
...and if you're using web-mode C-c C-n will jump from an opening tag to the corresponding closing tag. The mode also has some other features (code folding, auto-closing HTML tags, ...) that might be worth taking a look at.