Avatar of MJ
MJ
Flag for United States of America

asked on 

What is the correct CSS Selector for this element?

What is the correct CSS selector for the below element?
<label class="ff-label" for="dateOfBirth">Date Of Birth</label>

Open in new window


Want to target elements matching the CSS selector for the above using label and/or class (you can use one or both to identify, doesn't matter) with text "Date Of Birth" .
Thanks!
Web DevelopmentCSSJavaScriptjQuery

Avatar of undefined
Last Comment
MJ

8/22/2022 - Mon