HTML CSS – How to Inspect Element Using Chrome DevTools

cssgoogle-chrome-devtoolshtml

I am trying to figure out how to inspect an element using Chrome. Now I know how to inspect an element, but how do I inspect a button's functions, like hover and active as well.

I am trying to inspect the Youtube's sign-in button on the top left of the page. I got the hover attributes, but how do I inspect the link and active state attributes?

Best Answer

When you're inspecting the element, in the styles tab, there's a "toggle element state" button. Click it to apply various pseudo-states:

Related Question