Created CSS Selector help (markdown)

master
dgtlmoon 2021-06-18 11:35:44 +10:00
rodzic 203caace79
commit 709d207db8
1 zmienionych plików z 2 dodań i 0 usunięć

@ -0,0 +1,2 @@
It's as simple as pressing F12, navigating in the element tree until you find what you want to select, or right clicking on the thing on the page and pressing on inspect element, then finding the element in the element tree; then right click and click on Copy > Copy selector. That guarantees you have a syntactically correct selector for specifically that element of that page.