If I wanted to measure the width or height of a div on a webpage, what developer tools would I used?

I thought I knew where to access these developers tools, but I don’t.

Right click on the div in your browser, click Inspect Element (Firefox) or Inspect (chrome). You should be given the width * height in pixels of the div you’re trying to measure.

1 Like

also can use ctrl - shift - i to open the console. Usually the tab to inspect elements is on the far left.

1 Like