Question: You have a search bar on your site. You would like to use a `

  1. Assign an ARIA state of "hidden" to the label, like this: ` `
  2. Use the built-in WordPress CSS class .screen-reader-text to hide the text from screen, like this: ` `
  3. Create a custom CSS class to set a large negative value to the text-indent property to hide the text off screen, like this: ` `
  4. The majority of users do not require a screen reader. Remove the label entirely.

Answer: The correct answer of the above question is Option B:Use the built-in WordPress CSS class .screen-reader-text to hide the text from screen, like this: ` `