Given the following CSS and HTML codes below, how could you apply the success class to the feedback div?css.success { color: green; background: #ddffdd;}htmlThank you for answering this survey.

🎲 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 the following CSS and HTML codes below, how could you apply the success class to the feedback div?<br>css<br>.success {<br> color: green;<br> background: #ddffdd;<br>}<br><br>html<br><div class='feedback'>Thank you for answering this survey.</div><br>