Makes it easier to locate major sections of web pages (such as <body>, <head>, <style>, <script>, etc. blocks). Also adds the ability to jump between related tags (such as <td> <tr> <table>, <head> <title> <meta>, <applet> <param>, <ul> <li>, etc.) and the next/previous occurrence of recurring tags (<tr>, <td>, <li>, <p>, etc.). This feature is not limited to HTML, and can be useful when creating XML documents with complex document trees.
Related Tags:
- HTML tags: body, head, script, style.