HTML - Expand Child Nodes
August 29, 2019
Some nodes in HTML can contain hundreds of children. It’s often time consuming to run through each node and click to expand.
With DevTools you can use ‘Alt + click’ to expand all the child nodes.
- Hold Alt on your keyboard.
- Click the small arrow on the left of the DOM node.