is there a way to validate passwords without using JavaScript, only html? What i have in mind is that user input should have 8 characters atleast, it should contain number and also "uppercase and lowercase"
<input type="password" id="pass" name="pass">