Inspect ElementLogo

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.

  1. Hold Alt on your keyboard.
  2. Click the small arrow on the left of the DOM node.

Get tips in your inbox...

Inspect Element is a collection of Chrome Developer Tool tips learnt over time. From simple usability tips to complex JavaScript debugging.