Given this set of checkboxes, how can you select the ones that have the phrase 'sun' as part of the value?html

🎲 Try a Random Question  |  Total Questions in Quiz: 75  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
jQuery Quiz — practice the complete quiz, review flashcards, or try a random question.

jQuery MCQs For LinkedIn Skill Assessments.


Given this set of checkboxes, how can you select the ones that have the phrase 'sun' as part of the value?<br>html<br><input type='checkbox' name='artists[]' value='sun-ra' /><br><input type='checkbox' name='artists[]' value='otis-redding' /><br><input type='checkbox' name='artists[]' value='captain-beefheart' /><br><input type='checkbox' name='artists[]' value='king-sunny-ade' /><br><input type='checkbox' name='artists[]' value='weather-report' /><br>