Question 10
Consider the following example:
<form> <label for="search-input">Search for a word:</label> <input type="text" id="search-input" placeholder="Type a word to search" aria-describedby="search-help" required /> <small id="search-help">Enter a word to find relevant results.</small> <button type="submit">Start Search</button></form>Which of the following accessibility principles is followed in this example?
Perceivable
Operable
Robust
Understandable