Which of the following shows correct use of client-side data validation in HTML5, on username and password fields in particular?
Correct Answer: <input name="username" required /> <input name="pass" type="password" required/>
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More HTML 5 MCQ Questions