Problem Statement
Which class marks an input as valid in Bootstrap 5 validation styles?
Explanation
Use .is-valid to show a green border and .is-invalid for a red one. These classes work best with feedback messages to guide the user through form validation.
Code Solution
SolutionRead Only
<input class='form-control is-valid' value='ok'>
