Skip to content

Test CSS Selectors With DevTools

View on Twitter

💡 Unsure whether your CSS selector will grab the correct HTML element on a page?

👉🏼 Devtools in Chrome allows you to quickly test a CSS selector string.

In the lower part of DevTools on the Elements tab, type your CSS selector and the corresponding HTML element will be selected.
You might also like
Find Popular JavaScript/Node.js Libraries Read tip
Assign a Random Port to Node.js Server Read tip
Measure Execution Time With console.time Read tip