From a0cd712a9d7408a35e4f918859ab743120950f1b Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 18 Apr 2022 20:20:03 +0200 Subject: [PATCH] Updated CSS Selector help (markdown) --- CSS-Selector-help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS-Selector-help.md b/CSS-Selector-help.md index 749903a..33571ba 100644 --- a/CSS-Selector-help.md +++ b/CSS-Selector-help.md @@ -1,4 +1,4 @@ -Using Chrome, simply right-click on the element you want to 'watch', then select *inspect*, you will then get the inspector window open. +Using Chrome, simply_** right-click**_ on the element you want to 'watch', then select ***inspect***, you will then get the inspector window open. right-click again on the HTML element source (the HTML code of the element you right-clicked on in the previous step will be selected alright), then you'll see another menu where you can copy the element selector to the clipboard.